{ "orderData": { "orderNo": "ON2312241729000110", "customerNo": "customerNo001" } }
curl --location --request POST '对接系统的域名/api/cancelOrder' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "orderData": { "orderNo": "ON2312241729000110", "customerNo": "customerNo001" } }'
{ "code": 0, "message": "string", "data": {} }