如有对接问题或者建议请及时联系我们
{ "customerOrderNumber": "string", "cancelType": 0 }
curl --location --request POST 'https://test-api-oms.sueytong.com/api/openApi/outbound/cancel' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "customerOrderNumber": "string", "cancelType": 0 }'
{ "status": "string", "message": "string", "data": {} }