curl --location -g --request POST 'https://gldopenapi.keruyun.com/open/v1/kms/kds/modifyDishMakeStatus?appKey={{appKey}}&shopIdenty={{shopIdenty}}&brandId={{brandId}}&version=2.0×tamp={{timestamp}}&sign={{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
}