Authored by LUOXC

update

... ... @@ -19,13 +19,13 @@ code==200表示成功,其它都为失败
## MQ消息数据结构
### 取消订单MQ消息
### 取消订单
TOPIC:order.cancel
```json
{"orderCode":100000,"status":900}
```
### 订单状态同步MQ消息
### 订单状态同步
TOPIC:order.erpstatus
```json
{"orderCode":100000,"status":901}
... ...