{
"id": 0,
"mlSpecialOfferShopList": [
{
"id": 0,
"activityId": 0,
"goodsCode": "string",
"goodsSku": "string",
"presentPrice": 0
}
]
}
curl --location --request POST '/back/mlGoodsSku/searchActGoodsSku' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"mlSpecialOfferShopList": [
{
"id": 0,
"activityId": 0,
"goodsCode": "string",
"goodsSku": "string",
"presentPrice": 0
}
]
}'
{
"total": 0,
"rows": [
{}
],
"code": 0,
"msg": "string"
}