CICP

以客户为中心的数智协作平台


我的店铺商品

<h3>请求路由url</h3> <p>/api/store/myStoreInfoList</p> <h3>请求方式</h3> <p>get</p> <h3>请求参数</h3> <table> <thead> <tr> <th style="text-align: center;"><strong> 参数 </strong></th> <th style="text-align: center;"><strong> 说明 </strong></th> <th style="text-align: center;"><strong> 类型 </strong></th> <th style="text-align: center;"><strong> 是否必要 </strong></th> </tr> </thead> <tbody> <tr> <td style="text-align: center;">token</td> <td style="text-align: center;">登录时返回的token</td> <td style="text-align: center;">string</td> <td style="text-align: center;">是</td> </tr> </tbody> </table> <h3>请求结果</h3> <pre><code>{ "code": 1, "msg": "", "time": "1642409473", "data": { "list": [ { "goods_id": 33,//商品ID "goods_name": "11",//商品标题 "short_desc":""//商品短描述 "store_id": 1, "images": "/uploads/20220112/042c9bae50c5f88e27a91e6aeac48886.jpg",//商品封面图 "sales_initial": 0, "sales_actual": 0, "createtime": 1641957446, "spec": [ { "goods_spec_id": 141, "goods_id": 33, "goods_no": "", "goods_price": "0.00",//商品价格 "intellect_info": "", "line_price": "0.00",//商品划线价格 "stock_num": 100, "goods_sales": 0, "goods_weight": 1, "spec_sku_id": "", "spec_image": "", "create_time": 1641981569, "update_time": 1641981569 } ], "goods_sales": 0//商品销售数量 }, { "goods_id": 32, "goods_name": "测试商品", "short_desc":""//商品短描述 "store_id": 1, "images": "/uploads/20220108/6e4dd1c9f31a816710a1a5ba5c8900ae.jpg", "sales_initial": 0, "sales_actual": 0, "createtime": 1641904242, "spec": [ { "goods_spec_id": 129, "goods_id": 32, "goods_no": "SKU8789", "goods_price": "111110.00", "intellect_info": "", "line_price": "11111111.00", "stock_num": 100, "goods_sales": 0, "goods_weight": 1, "spec_sku_id": "", "spec_image": "", "create_time": 1641953538, "update_time": 1641953538 } ], "goods_sales": 0 }, { "goods_id": 24, "goods_name": "X431 PAD III ", "short_desc":""//商品短描述 "store_id": 1, "images": "/uploads/20211229/c029e44804ff1104ffc6cde66139412e.png,/uploads/20211229/9256b68529e3c62b086b5c73540b8513.png", "sales_initial": 0, "sales_actual": 12, "createtime": 1541403509, "spec": [ { "goods_spec_id": 119, "goods_id": 24, "goods_no": "CHE001", "goods_price": "258.00", "intellect_info": "", "line_price": "299.00", "stock_num": 94, "goods_sales": 0, "goods_weight": 1, "spec_sku_id": "", "spec_image": "", "create_time": 1641808627, "update_time": 1641808627 } ], "goods_sales": 12 }, { "goods_id": 23, "goods_name": "X-431 PRO5汽车诊断设备", "short_desc":""//商品短描述 "store_id": 1, "images": "/uploads/20211229/4e227429c1fa17f259bfb09c828e1a3b.png,/uploads/20211229/34e6b4989cecb0e3d1ba31c4fd24c00e.png", "sales_initial": 0, "sales_actual": 12, "createtime": 1541403061, "spec": [ { "goods_spec_id": 145, "goods_id": 23, "goods_no": "mac_0001", "goods_price": "12688.00", "intellect_info": "", "line_price": "0.00", "stock_num": 989, "goods_sales": 0, "goods_weight": 1.2, "spec_sku_id": "", "spec_image": "", "create_time": 1642398469, "update_time": 1642398469 } ], "goods_sales": 12 } ], "total": 4 } }</code></pre> <h3>备注</h3>

页面列表

ITEM_HTML