curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/kms/kds/modifyDishMakeStatus?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"dishMakeStatus":3,
"tradeItems": [{
"id": 123,
"quantity": 245,
"tradeId": 12345
}]
}'
{
"code": 0,
"message": "成功[OK]",
"messageUuid": "f2ba9732-44da-4890-bc74-b31493ba9938",
"result": null
}