文档
测试

学堂 评论

POST
http://192.168.80.158:8080/web/comment/saveDailyAttComment

接口描述

学堂评论

请求头

参数名
类型
描述
必填
TOKEN
String
token
必填

响应参数

参数名
类型
描述
必填
status
int
200
必填
message
string
必填
success
boolean
必填
data
可选

Comment

请求参数 { "tabId": 1, // 学堂 id "content": "评论", }