购物车列表
GET
/cart/getCartList请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
array [object {9}]
必需
goodsId
integer
可选
name
string
可选
imageUrl
string
可选
price
integer
可选
count
integer
可选
blessing
string
可选
isChecked
integer
可选
createTime
string
可选
updateTime
string
可选
示例
{
"code": 9,
"message": "commodo mollit reprehenderit quis",
"data": [
{
"goodsId": 24,
"createTime": "1998-11-28 02:37:23",
"count": 9,
"blessing": "ex nulla deserunt",
"isChecked": 23,
"name": "精业往单",
"price": 96,
"updateTime": "2023-03-25 22:30:38",
"imageUrl": "http://dummyimage.com/400x400"
}
]
}
最后修改时间: 1 年前