- user
- product
- cart
- checkout
- payment
- Order
- eino
GetCart
GET
/cart
请求参数
Header 参数
Authorization
string
可选
示例值:
{{token}}
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
total
integer
必需
items
array [object {2}]
必需
示例
{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"items": [
{
"product_uuid": "string",
"quantity": 0
}
]
}
}
修改于 2025-02-27 15:24:38