...
|
...
|
@@ -29,19 +29,19 @@ |
|
|
| :-- | :-- |
|
|
|
| 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}
|
|
|
```
|
...
|
...
|
|