{
"id": 0,
"mlSpecialOfferShopList": [
{
"id": 0,
"activityId": 0,
"goodsCode": "string",
"goodsSku": "string",
"presentPrice": 0
}
]
}
curl --location --request POST '/mlSpecialOffer/addActivityShops' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"mlSpecialOfferShopList": [
{
"id": 0,
"activityId": 0,
"goodsCode": "string",
"goodsSku": "string",
"presentPrice": 0
}
]
}'
{
"empty": true,
"property1": {},
"property2": {}
}