点赞/收藏
GET
/study/stCourseRecord/add
接口描述
点赞(state=1) / 收藏(state=2)
请求参数
参数名
类型
描述
必填
courseId
int
课程id
必填
token
string
示例:0d8743857db24c67a542c449ec9e0c6a (用户token)
必填
state
int
点赞(state=1) / 收藏(state=2)
必填
响应参数
参数名
类型
描述
必填
respCode
string
示例:0000
必填
respDesc
string
示例:成功
必填
result
string
示例:操作提示
必填