POST /api/tcc-open-platform/open-api/onlineTrain/userOperate
application/json
*/*
类型 | 名称 | 说明 | 类型 |
---|---|---|---|
Body | dto 必填 |
dto | [用户操作数据迁移DTO] |
名称 | 说明 | 类型 |
---|---|---|
collectStatus 可选 |
收藏状态(0: 未收藏,1: 已收藏,默认:0) | integer (int32) |
collectTime 可选 |
收藏时间 | string (date-time) |
courseId 可选 |
课程编号 | integer (int64) |
likeStatus 可选 |
点赞状态(0: 未点赞,1:已点赞,默认:0) | integer (int32) |
mobilePhone 可选 |
用户手机号 | string |
orgId 可选 |
租户编号 | integer (int64) |
{
"collectStatus": 0,
"collectTime": "2020-12-18T07:39:05.162Z",
"courseId": 0,
"likeStatus": 0,
"mobilePhone": "string",
"orgId": 0
}
HTTP代码 | 说明 | 类型 |
---|---|---|
200 | OK | RestData |
201 | Created | 无内容 |
401 | Unauthorized | 无内容 |
403 | Forbidden | 无内容 |
404 | Not Found | 无内容 |
响应示例
{
"code": 200,
"data": {},
"desc": ""
}