{
"orderNos": [
"string"
],
"orderNo": "string",
"oldStatus": 0,
"newStatus": 0,
"userId": 0,
"userName": "string",
"tenantId": 0
}
curl --location --request POST '/oc/common/updateOrderStatus' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IjE4MTE0OTI1MjA5IiwicGFzc3dvcmQiOiIzNTgyNTgzMTY3IiwiaWF0IjoxNzU0NDgwNzczLCJpc3MiOiJ0aWFueXUiLCJleHAiOjE3NTQ1NjcxNzN9.ApOu0PCRKwwmMan-Gy9JDbp0gmGYPZQ9Rt31JLidAlY' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNos": [
"string"
],
"orderNo": "string",
"oldStatus": 0,
"newStatus": 0,
"userId": 0,
"userName": "string",
"tenantId": 0
}'
{
"code": "",
"success": false,
"message": "",
"dataMap": {
"": {}
},
"data": null,
"dataList": [
null
]
}