Authored by maelk-liu

类型区别

... ... @@ -135,7 +135,10 @@ code==200表示成功,其它都为失败
| route key | erp.updateChangeRefundOrderStatus |
```json
{"id":1,"status":40,"type":"change"}
{ "id":1,
"status":40,
"type":"change" //"change" 表示换货类型,"refund"表示退货类型
}
```
... ... @@ -238,7 +241,7 @@ code==200表示成功,其它都为失败
```json
{ "returned_id":1, //returned_id为erp系统退货单id唯一主键
"status":40,
"type":"refund"
"type":"refund" //"change" 表示换货类型,"refund"表示退货类型
}
```
... ...