简要描述
请求URL
http://localhost:32223/api/WxLive/NotWarehoused?name=测试&pageIndex=0&pageSize=30
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
name |
否 |
string |
商品名称 |
pageIndex |
是 |
int |
页码 |
pageSize |
是 |
int |
条数 |
返回示例
{
"success": true,
"msg": "",
"code": 200,
"data": {
"List": [
{
"Id": 4,
"GoodsId": 0,
"ProductId": 1027281,
"AuditId": 0,
"CoverImgUrl": "",
"ImgUrl": "http://localhost:32223/Storage/Shop/1/Products/1027281/1_220.png",
"Name": "测试纸尿布",
"PriceType": 1,
"Price": 20.00,
"Price2": 10.00,
"audit_status": 0,
"Url": "pages/productdetail/productdetail?id=1027281",
"ReturnResult": null,
"IsDelete": 0,
"CreateTime": null,
"UpdateTime": null,
"ModifiedColumns": [],
"EnableLazyLoad": true,
"IgnoreReference": false
},
{
"Id": 3,
"GoodsId": 0,
"ProductId": 1027281,
"AuditId": 0,
"CoverImgUrl": "",
"ImgUrl": "http://localhost:32223/Storage/Shop/1/Products/1027281/1_220.png",
"Name": "测试纸尿布",
"PriceType": 1,
"Price": 20.00,
"Price2": 10.00,
"audit_status": 0,
"Url": "pages/productdetail/productdetail?id=1027281",
"ReturnResult": null,
"IsDelete": 0,
"CreateTime": null,
"UpdateTime": null,
"ModifiedColumns": [],
"EnableLazyLoad": true,
"IgnoreReference": false
},
{
"Id": 1,
"GoodsId": 0,
"ProductId": 1027281,
"AuditId": 0,
"CoverImgUrl": "",
"ImgUrl": "http://localhost:32223/Storage/Shop/1/Products/1027281/1_220.png",
"Name": "测试纸尿布",
"PriceType": 1,
"Price": 20.00,
"Price2": 10.00,
"audit_status": 0,
"Url": "pages/productdetail/productdetail?id=1027281",
"ReturnResult": null,
"IsDelete": 0,
"CreateTime": null,
"UpdateTime": null,
"ModifiedColumns": [],
"EnableLazyLoad": true,
"IgnoreReference": false
}
],
"Total": 3
},
"total": 0
}
返回参数说明
参数名 |
类型 |
说明 |
audit_status |
int |
商品状态,0:未审核,1:审核中,2:审核通过,3审核失败 |
备注