Authored by LUOXC

update

... ... @@ -29,9 +29,22 @@
| :-- | :-- |
| exchanges | amq.topic |
| route key | order.erpstatus |
- 已交寄
```json
{"orderCode":100000,"status":600}
```
- 订单妥投
```json
{"orderCode":100000,"status":700}
```
- 客服取消
```json
{"orderCode":100000,"status":901}
```
- 系统自动取消
```json
{"orderCode":100000,"status":906}
```
## 前台创建换货单
... ...