{
"cartId": 0,
"cartNum": "string",
"createTime": "2019-08-24T14:15:22Z",
"productId": "string",
"productPrice": 0,
"skuId": "string",
"skuProps": "string",
"updateTime": "2019-08-24T14:15:22Z",
"userId": 0
}
curl --location --request POST '/shopcart/add' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cartId": 0,
"cartNum": "string",
"createTime": "2019-08-24T14:15:22Z",
"productId": "string",
"productPrice": 0,
"skuId": "string",
"skuProps": "string",
"updateTime": "2019-08-24T14:15:22Z",
"userId": 0
}'
{
"code": 0,
"data": {},
"msg": "string"
}