{
"sign": "string",
"timeMillis": "string",
"keyId": "string",
"orderId": 0,
"orderEntryIds": [
0
],
"goodsStatus": "string"
}curl --location --request POST 'https://buy.wanjingsc.com/openapi/cross-border/refund/refundReasonList' \
--header 'Content-Type: application/json' \
--data-raw '{
"sign": "string",
"timeMillis": "string",
"keyId": "string",
"orderId": 0,
"orderEntryIds": [
0
],
"goodsStatus": "string"
}'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"name": "string",
"needVoucher": true,
"noRefundCarriage": true,
"tip": "string"
}
],
"ok": true
}