Request
Body Params application/json
Request samples
curl --location --request POST 'http://127.0.0.1/v1/saleOrder/cancel' \
--header 'x-api-key: abc123(认证信息)' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "string"
}'
Responses
application/json {
"statusCode": 200,
"status": 0,
"code": 200,
"message": "取消成功"
}
Modified at 2023-12-07 23:15:01