{
"queryCondition": {
"orderSn":"23002010131827",
"servicesId":755,
"goodsId":318684,
"serviceType":1,
"serviceStatus":3,
"specId":5362850,
"applyStartTime":1695448082,
"applyEndTime": 1698040995
},
"pagination":{
"page":1,
"pageSize":10
}
}
curl --location --request POST 'https://test-openapi.7dingdong.com/api/v1/refund/service_list' \
--header 'appKey;' \
--header 'token;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"queryCondition": {
"orderSn":"23002010131827",
"servicesId":755,
"goodsId":318684,
"serviceType":1,
"serviceStatus":3,
"specId":5362850,
"applyStartTime":1695448082,
"applyEndTime": 1698040995
},
"pagination":{
"page":1,
"pageSize":10
}
}'
{
"status": 200,
"msg": "请求成功",
"requestId": "23102313553105092721",
"content": {
"total": 2,
"currentPage": 1,
"perPage": 20,
"count": 2,
"items": [
{
"serviceId": 755,
"orderSn": "23002010131827",
"goodsId": 318684,
"specId": 5362850,
"serviceNum": 1,
"serviceType": 1,
"serviceStatus": 3,
"applyTime": 1698031408,
"finishTime": 1698032019
},
{
"serviceId": 756,
"orderSn": "23002010131827",
"goodsId": 318684,
"specId": 5362850,
"serviceNum": 1,
"serviceType": 1,
"serviceStatus": 1,
"applyTime": 1698032072,
"finishTime": 0
}
]
}
}