Authored by maelk-liu

更改退货单前后台分离json格式

... ... @@ -118,6 +118,36 @@ code==200表示成功,其它都为失败
| exchanges | amq.topic |
| route key | order.createRefundOrder |
```json
{
"uid": "3342109",
"alipay_account": "13912008849",
"alipay_name": "xxxx",
"area_code": "area_code",
"bank_card": "6228480605428963215",
"bank_name": "中国农业银行",
"city": "南京市",
"county": "",
"order_code": "308545172",
"payee_name": "张璐",
"province": "江苏省",
"remark": "尺寸不合适",
"return_amount_mode": "2",
"order_returned_id":123,//前台表生成的退货订单主键,其余字段同老接口
"returned_goods_list": [
{
"product_sku": "383669",
"goods_type": "1",
"last_price": "334",
"returned_reason": "1",
"remark": "尺寸不合适",
"evidence_images": ""
}
]
}
```
### ERP创建退货单
| | |
| :-- | :-- |
... ...