{
"activityId": 0,
"activityUserId": 0,
"goodsId": 0,
"goodsName": "string",
"goodsNum": 0,
"goodsPic": "string",
"goodsPrice": 0,
"id": 0,
"orderId": 0,
"tenantId": 0
}
curl --location --request POST 'http://127.0.0.1:8585/integralOrderGoods/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"activityId": 0,
"activityUserId": 0,
"goodsId": 0,
"goodsName": "string",
"goodsNum": 0,
"goodsPic": "string",
"goodsPrice": 0,
"id": 0,
"orderId": 0,
"tenantId": 0
}'
{
"code": 0,
"data": {},
"msg": "string"
}