简要描述
- 保存我的频道
请求URL
http://localhost:8500/saveUserMaterialType
请求方式
- post
Header
header | 示例值 | 必选 | 类型 | 说明 |
---|---|---|---|---|
userId | 22 | 是 | string | 用户ID |
userSessionId | 39b1c6eddf50f6779bbccfc22d6a512f | 是 | string | 用户会话ID |
miniCode | xiaoxin | 是 | string | 小程序标识 |
请求Body参数
参数名 | 示例值 | 必选 | 类型 | 说明 |
---|---|---|---|---|
materialTypeIds | 1,2,3,4 | 是 | string | 频道列表(ID用逗号隔开) |
成功返回示例
{
"data": {},
"head": {
"code": 200,
"msg": "成功"
}
}
成功返回示例的参数说明
参数名 | 类型 | 说明 |
---|---|---|
data | object | 数据 |
head | object | 消息头 |
code | string | 返回码 |
msg | string | 消息文本 |
备注
返回码 code 说明:
110:用户未登录
200:正常
400:客户端异常
500:服务端异常