文档
测试

购物车列表

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

响应参数

参数名
类型
描述
必填
code
int
必填
msg
String
必填
time
int
必填
data
Array
必填
goods_list
必填
goods_id
商品ID
必填
number
数量
必填
price
价格
必填
goods_name
商品名称
必填
image
图片
必填
volume
体积
必填
volume_unit
体积单位
必填
total
float
总价格
必填
nunber
int
商品总件数
必填

说明 / 示例

{ "code": 1, "msg": "success", "time": "1621217078", "data": { "goods_list": [ { "goods_id": "9", "number": "1", "price": "298.00", "total": 298, "goods_name": "HA 玻尿酸胶原蛋白增强乳液", "image": "/uploads/20210507/519d7328cf4c009b6e7d26130a5ba488.jpg", "volume": "100", "volume_unit": "ML" }, { "goods_id": "10", "number": "1", "price": "65.00", "total": 65, "goods_name": "NMN COFFEE", "image": "/uploads/20210507/e253e0394d75629fecfcfebc6173f27e.png", "volume": "1000", "volume_unit": "ML" } ], "total": 363, "nunber": 2 } }