直播间商品排序
简要描述
- 直播间商品排序
请求URL
http://localhost:32223/api/WxLive/SortInRoom
请求方式
- POST
返回示例
{
"roomId":16,
"goods":[{"goodsId":"10"}, {"goodsId":"11"}]
}
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
username | 是 | string | 用户名 |
password | 是 | string | 密码 |
name | 否 | string | 昵称 |
返回示例
{
"errcode": 0,
"success": true,
"openid": ""
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
groupid | int | 用户组id,1:超级管理员;2:普通用户 |
备注
- 更多返回错误代码请看首页的错误代码描述