文档
测试

获取购物车列表

POST
api/product/getCarItemList

请求头

参数名
类型
描述
必填
token
String
用户token
必填

请求参数

参数名
类型
描述
必填
pages
当前页数
必填
limit
String
条数【默认10条,可不传】
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
string
示例:0
必填
data
object
数据字典
必填
total
string
示例:1
必填
rows
array
数据列表
必填
price
string
示例:88.00
必填
product_id
string
示例:1
必填
count
string
示例:1
必填
name
string
示例:测试商品1
必填
id
string
示例:1 购物车ID
必填
product_cover
string
示例:http://39.96.75.155:8082/images/20200206/46f5dc53670ae89b53b78c7d7e75db6a.jpg
必填