接口 cabinet.get.product.models
接口说明
自取柜获取商品建模申请记录
业务参数
参数名称 | 类型 | 是否必须 | 说明 |
---|---|---|---|
status | int | Y | 状态 1=审核中 2=已通过 -1=已驳回 |
page | int | N | 页码 |
pageSize | int | N | 每页记录数 |
返回示例
{
"total": 1,
"per_page": 10,
"current_page": 1,
"last_page": 6,
"from": 0,
"to": 10,
"data": [
{
"BarCode": "6757575757575",
"ProviderProductSubmitData": {
"outGoodId": "6757575757575",
"goodName": "测试新建一个商品 zyx",
"price": 3,
"type": 1,
"weight": 500,
"categoryId": 2,
"barcode": "6757575757575",
"imageUrl1": "https://xm-img-res.oss-cn-shanghai.aliyuncs.com/rm_bg/rmbg_170288078773125397742.jpg",
"imageUrl2": "http://xm-img-res.oss-cn-shanghai.aliyuncs.com/temp/60_589581dcaa09c54ed8a8258b1524c44a_1702880791833.png",
"imageUrl3": "http://xm-img-res.oss-cn-shanghai.aliyuncs.com/temp/60_3c6ba87630a42fb01a06edf654bf1050_1702880797744.png",
"imageUrl4": "http://xm-img-res.oss-cn-shanghai.aliyuncs.com/temp/60_3c6ba87630a42fb01a06edf654bf1050_1702880802903.png",
"imageUrl5": "http://xm-img-res.oss-cn-shanghai.aliyuncs.com/temp/60_589581dcaa09c54ed8a8258b1524c44a_1702880807094.png",
"submitType": 1
},
"ProviderProductID": "",
"VerifyMsg": "其他问题测试", // 审核反馈
"Status": -1, // 1=审核中 2=已通过 -1=已驳回
"SubmitTime": 1702880808, // 提交申请时间
"CreateAt": 1702880808,
"UpdatedAt": 1702882200,
"id": "657fe628519d0b0010e6cbdb" // 申请id
}
]
}