{
"orderSn": "23001990158837",
"orderId": 9562148
}
curl --location --request POST 'https://test-openapi.7dingdong.com/api/v1/refund/detail' \
--header 'appKey;' \
--header 'token;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderSn": "23001990158837",
"orderId": 9562148
}'
{
"status": 200,
"msg": "请求成功",
"requestId": "fafebcc0-7c80-11ee-ac8a-08002763b2f5",
"content": [
{
"orderSn": "23001990158837",
"orderId": 9562148,
"specId": 5362850,
"status": 1,
"refund": [
{
"id": 55407,
"orderId": 9562148,
"applySn": "TK230720092623941372",
"num": 1,
"refundType": 2,
"status": 2,
"price": 11,
"goodsPrice": 11,
"shipPrice": 0,
"arriveStatus": 0,
"arriveTime": "",
"consigneeName": "",
"consigneePhone": "",
"consigneeAddress": "",
"payType": 4,
"serviceId": 735
}
]
}
]
}