修改未入库商品
简要描述
- 修改未入库商品
请求URL
http://localhost:32223/api/WxLive/UpdateNotWarehoused
请求方式
- POST
参数
参数名 | 必选 | 类型 | 说明 |
---|
请求参数
{
"Id":3,
"ImgUrl":"http://localhost:32223/Storage/Shop/1/Products/1027281/1_220.png",
"PriceType":2,
"Price":10,
"Price2":15,
"Name":"修改商品"
}
返回示例
{
"success": true,
"msg": "",
"code": 200,
"data": [],
"total": 0
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
groupid | int | 用户组id,1:超级管理员;2:普通用户 |
备注
- 更多返回错误代码请看首页的错误代码描述