Authored by maelk-liu

取消退换货

... ... @@ -327,3 +327,16 @@
}
```
## 取消退换货
### MQ消息数据结构
| | |
| :-- | :-- |
| exchanges | amq.topic |
| route key | order.changeRefundCancel |
```json
{"id": 428013, //erp的退货主键, 或者换货主键 ,根据type传不同的值
"status":900, //表示用户主动取消状态
"type":1 //1表示退货,2表示换货
}
\ No newline at end of file
... ...