{
"goods_id": 1,
"quantity": 1,
"sku_id": 1,
"promotion_platform": "platform",
"promotion_type": "discount"
}curl --location --request POST '/api/house/cart/add' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'manage-store-id: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"goods_id": 1,
"quantity": 1,
"sku_id": 1,
"promotion_platform": "platform",
"promotion_type": "discount"
}'{
"code": 200,
"msg": "操作成功",
"data": {}
}