Authori-Zation: ********************
curl --location --request GET '/supplierapi/refund/filter_params' \
--header 'Authori-Zation;'
{
"status": 200,
"msg": "ok",
"data": {
"refund_state": [
{
"key": 0,
"value": "全部"
},
{
"key": 1,
"value": "申请中"
},
{
"key": 2,
"value": "拒绝退款"
},
{
"key": 3,
"value": "商品待退货"
},
{
"key": 4,
"value": "退货待收货"
},
{
"key": 5,
"value": "已退款"
}
],
"refund_type": [
{
"key": 0,
"value": "全部"
},
{
"key": 1,
"value": "仅退款"
},
{
"key": 2,
"value": "退货退款"
}
]
}
}