Authored by LUOXC

update

@@ -29,9 +29,22 @@ @@ -29,9 +29,22 @@
29 | :-- | :-- | 29 | :-- | :-- |
30 | exchanges | amq.topic | 30 | exchanges | amq.topic |
31 | route key | order.erpstatus | 31 | route key | order.erpstatus |
  32 +- 已交寄
  33 +```json
  34 +{"orderCode":100000,"status":600}
  35 +```
  36 +- 订单妥投
  37 +```json
  38 +{"orderCode":100000,"status":700}
  39 +```
  40 +- 客服取消
32 ```json 41 ```json
33 {"orderCode":100000,"status":901} 42 {"orderCode":100000,"status":901}
34 ``` 43 ```
  44 +- 系统自动取消
  45 +```json
  46 +{"orderCode":100000,"status":906}
  47 +```
35 48
36 49
37 ## 前台创建换货单 50 ## 前台创建换货单