文档
测试

购物车列表

GET
192.168.1.17/index.php/api/car/list

请求头

参数名
类型
描述
必填
token
必填

请求参数

参数名
类型
描述
必填
shop_id
必填

说明 / 示例

{ "code": 1, "msg": "success", "time": "1625911061", "data": { "goods_list": [ { "goods_id": 21, "number": "1", "attr": "80,81,82,83", "avatar": "/uploads/20210706/e7be78280996c20bf587079f9fac9034.png", "price": "10.00", "goods_name": "五花肉", "attr_text": "重量:600克,口味:原味,原料:猪五花肉,cs:111" } ], "number": 1, "total": 20 } }