{
"orderSn": "25090214372721365018",
"orderNo": "230029101363325102",
"orderId": 9578244
}curl --location --request POST 'https://test-openapi.7dingdong.com/api/v2/order/detail' \
--header 'appKey: ' \
--header 'token: ' \
--header 'nonce: ' \
--header 'timestamp: ' \
--header 'signature: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderSn": "25090214372721365018",
"orderNo": "230029101363325102",
"orderId": 9578244
}'{
"status": 200,
"msg": "请求成功",
"requestId": "fced70aa-87cb-11f0-904c-080027db4a40",
"content": [
{
"orderSn": "25090214372721365018",
"orderNo": "230029101363325102",
"orderId": 9578244,
"status": 6,
"goodsId": 318774,
"specId": 5363206,
"price": 70,
"num": 3,
"yfMode": 1,
"yfModeType": 1,
"shipPrice": 0,
"wlPrice": 0,
"shipName": "",
"shipSn": "",
"shipTime": 0,
"packageType": 1
}
]
}