提交本地商品审核
简要描述
- 提交本地商品审核
请求URL
http://localhost:32223/api/WxLive/SubmitProductAudit
请求方式
- POST
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
productIds | 是 | list | 商品id,下图id |
type | 是 | int | 价格类型,1:一口价 2:价格区间 3:显示折扣价 |
返回示例
{
"productIds":[1],
"type":1
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
groupid | int | 用户组id,1:超级管理员;2:普通用户 |
备注
- 更多返回错误代码请看首页的错误代码描述