{
"merIds": [
"string"
],
"timeType": "string"
}curl --location --request POST '/api/admin/platform/refund/order/refundReasonStats' \
--header 'Content-Type: application/json' \
--data-raw '{
"merIds": [
"string"
],
"timeType": "string"
}'{
"code": 0,
"msg": "",
"data": {
"notOnTimeDelivery": 0,
"recallCanceled": 0,
"productDamaged": 0,
"returnGoods": 0
}
}