lottery

咕啦-彩票系统


获取我的购物车列表

<p><strong>简要描述:</strong> </p> <ul> <li>获取资讯列表接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/api/user/user/get-shop-car-list</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">varchar</td> <td>用户token</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "code": 600, "msg": "获取成功", "result": [ { "user_car_id": "1",//购物车ID "cust_no": "JK10000003",//用户编号 "product_code": "JKP00005", "sub_code": "JK2V00001", "nums": "2",//购物车数量 "create_time": "2018-08-30 14:51:12", "update_time": "2018-08-30 14:51:56", "product_title": "中国结", "product_sub_title": "千千结 万字结 团锦结 盘长结", "art_no": "test123", "lottery_name": "中国结", "product_status": "1", "sub_price": "20.00", "sub_value": "2", "sub_sku": "", "sub_stock": "50", "remark": null, "img_url": null, "product": {//商品信息 "product_code": "JKP00005",//商品code "product_title": "中国结",//商品标题 "product_sub_title": "千千结 万字结 团锦结 盘长结",//商品子标题 "art_no": "test123",//商品货号 "lottery_name": "中国结",//彩种名称 "product_status": "1", "img_url": null //商品图片 }, "sub_product": {//商品子类信息 "sub_price": "20.00",//子商品价格 "sub_value": "2",//子商品面额 "sub_sku": "",//子商品sku "sub_stock": "50",//子商品库存 "remark": null//备注 } },</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML