加入购物车
开发中
正式环境
正式环境
POST
/addToCart
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apifoxmock.com/m1/4997831-4656773-default/addToCart' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"category": {
"id": 0,
"name": "string"
},
"name": "doggie",
"photoUrls": [
"string"
],
"tags": [
{
"id": 0,
"name": "string"
}
],
"status": "available",
"createTime": "string",
"location": {
"province": "string",
"city": "string",
"district": "string"
}
}'
响应示例响应示例
{
"id": "string"
}
请求参数
Body 参数application/json