podmall.mall.cart.addconfig/api/podmall/mall/cart/add.json1。{
"items": [
{
"customizedSkuId": 0,
"qty": 0
}
],
"designDocuments": [
null
]
}curl --location '/v4/gateway/podmall.mall.cart.add' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{
"customizedSkuId": 0,
"qty": 0
}
],
"designDocuments": [
null
]
}'{
"status": 0,
"success": true,
"data": true
}