curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/cater/dish/batchEdit?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"content":{
"shopSkuIds": [266582035542376448],
"saleTotalWechat": 1,
"saleTotal": 2
}
}'
{
"result": null,
"code": 0,
"message": "string",
"messageUuid": "string"
}