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