{
"orderSn": "23102218172805237992"
}curl --location --request POST 'https://test-openapi.7dingdong.com/api/v2/order/cancel' \
--header 'appKey: ' \
--header 'token: ' \
--header 'nonce: ' \
--header 'timestamp: ' \
--header 'signature: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderSn": "23102218172805237992"
}'{
"status": 200,
"msg": "请求成功",
"requestId": "23102218154872230548",
"content": []
}