Authored by LUOXC

udpate

@@ -31,19 +31,19 @@ @@ -31,19 +31,19 @@
31 | route key | order.erpstatus | 31 | route key | order.erpstatus |
32 > 已交寄 32 > 已交寄
33 ```json 33 ```json
34 -{"orderCode":100000,"status":600} 34 +{"order_code":100000,"status":600}
35 ``` 35 ```
36 > 订单妥投 36 > 订单妥投
37 ```json 37 ```json
38 -{"orderCode":100000,"status":700} 38 +{"order_code":100000,"status":700}
39 ``` 39 ```
40 > 客服取消 40 > 客服取消
41 ```json 41 ```json
42 -{"orderCode":100000,"status":901} 42 +{"order_code":100000,"status":901}
43 ``` 43 ```
44 > 系统自动取消 44 > 系统自动取消
45 ```json 45 ```json
46 -{"orderCode":100000,"status":906} 46 +{"order_code":100000,"status":906}
47 ``` 47 ```
48 48
49 49