简要描述:
- 操作端防伪商品列表
请求URL:
POST/wapapi/addons/anticounterfeiting/operator/getAnticounterfeitingGoodsList
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page_index | 否 | int | 页数 |
page_size | 否 | int | 每页显示数量 |
返回示例:
正确时返回:
{
"code": 0,
"data": {
"list": [{
"create_time": "2019-07-12 18:37:53",
"goods_batch": "2454、258",
"goods_id": 695,
"goods_img":"http://gd2.alicdn.com/imgextra/i4/1772334641/O1CN01jUaS1S1k9cccBVquf_!!1772334641.jpg_200x200.jpg",
"goods_name": "测试",
"id": 15,
"price": "15.00"
}],
},
"page_count": 1,
"total_count": 5
}
参数名 | 类型 | 说明 |
---|---|---|
create_time | int | 创建时间 |
goods_batch | string | 商品批次 |
goods_id | int | 关联商品id |
goods_img | string | 商品图片 |
goods_name | string | 商品名称 |
id | int | 防伪商品id |
price | numeric | 商品价格 |