Authorization: Bearer ********************{
"out_rma_id": "RMAa7f3c562731645069e1687d21a4bc128",
"do_id": "D661027264519",
"type": "REFUND",
"description": "商品包装破损",
"description_img": [
"http://example.com/img1.jpg",
"http://example.com/img2.jpg"
],
"contact": "张三",
"phone": "13800138000",
"telephone": null,
"province": "北京市",
"city": "北京市",
"county": "朝阳区",
"receive_address": "科技园南区",
"product_list": [
{
"product_id": "P0000122741",
"quantity": 1
}
]
}curl --location --request POST 'https://open-agent-branch.benlai.com/api/v2/aftersale/create' \
--header 'channel: benlai' \
--header 'shopId: 123' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"out_rma_id": "RMAa7f3c562731645069e1687d21a4bc128",
"do_id": "D661027264519",
"type": "REFUND",
"description": "商品包装破损",
"description_img": [
"http://example.com/img1.jpg",
"http://example.com/img2.jpg"
],
"contact": "张三",
"phone": "13800138000",
"telephone": null,
"province": "北京市",
"city": "北京市",
"county": "朝阳区",
"receive_address": "科技园南区",
"product_list": [
{
"product_id": "P0000122741",
"quantity": 1
}
]
}'{
"code": 0,
"msg": "success",
"value": {
"rma_id": "8002098466"
}
}