Authorization: Bearer ********************curl --location --request GET 'https://open-agent-branch.benlai.com/api/v2/aftersale/list?do_id=D661027264518' \
--header 'channel: benlai' \
--header 'shopId: 123' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"value": {
"rma_list": [
{
"rma_id": "8002098466",
"type": "EXCHANGE",
"rma_status": "RMA_STATUS_INITIAL",
"rma_status_remark": "待审核",
"can_cancel": "YES",
"out_trade_no": "110119112114109",
"order_id": "1900286003",
"rma_amount": 200,
"product_list": [
{
"product_id": "P0000061617",
"product_name": "XZ-测试商品003",
"quantity": 1,
"price": 200
}
]
}
]
}
}