Authored by maelk-liu

前台自动取消订单,发送mq消息给erp

... ... @@ -21,6 +21,10 @@
```json
{"orderCode":100000,"status":900}
```
> 系统自动取消
```json
{"order_code":100000,"status":906}
```
## 订单状态同步
... ...