gmw 5 years ago
parent
commit
4727f7c6b3
1 changed files with 18 additions and 22 deletions
  1. 18 22
      README.md

+ 18 - 22
README.md

@@ -949,7 +949,24 @@
     "groupName": "xx运输队", /*车队*/
     "receiptUrls":["http://oss.kuaihuoyun.com/1.png","http://oss.kuaihuoyun.com/2.png"], /*回单照片*/
     "signer": "xxx", /*签收人,该字段订单签收时才会有*/
-    "orderAbnormalInfo": {.....} /*运单异常信息,该信息仅在订阅8002时返回,具体内容参考:部分参数说明中的订单订阅异常信息说明*/
+    "orderAbnormalInfo": /*运单异常信息,该信息仅在订阅8002时返回*/
+    {
+        "info": "异常内容:详细描述",
+        "orderId": "5d2586f8e21f65001158106e", //运单id
+        "orderNumber": "1907101434753075", //运单号
+        "orderType": 1, //1 - 运单
+        "profile": "异常类型:简述",
+        "source": 2, //1 - 人工创建, 2 - 司机上报, 3 - 系统自动
+        "type": "装货异常", //异常阶段:装货异常,签收异常,在途异常
+        "imageUrls": ["http://oss.kuaihuoyun.com/driverXXXXX.jpg"], //司机上报图片地址
+        "address": //上报位置信息
+        {
+            "address": "浙江省杭州市西湖区古荡巷220靠近浙江省国家大学科技园中国计量学院分园",
+            "lng": 120.125546,
+            "name": "浙江省杭州市西湖区古荡巷220靠近浙江省国家大学科技园中国计量学院分园",
+            "lat": 30.27815
+        }
+    }
 }
 
 /*订阅8000时的回调结果*/
@@ -1714,27 +1731,6 @@ CustomerOrderEntity结构如下:
 }
 ```
 
-#### 订单订阅异常信息说明
-orderAbnormalInfo结构如下:
-```java
-{
-    "info": "异常内容:详细描述",
-    "orderId": "5d2586f8e21f65001158106e", //运单id
-    "orderNumber": "1907101434753075", //运单号
-    "orderType": 1, //1 - 运单
-    "profile": "异常类型:简述",
-    "source": 2, //1 - 人工创建, 2 - 司机上报, 3 - 系统自动
-    "type": "装货异常", //异常阶段:装货异常,签收异常,在途异常
-    "imageUrls": ["http://oss.kuaihuoyun.com/driverXXXXX.jpg"], //司机上报图片地址
-    "address": //上报位置信息
-    {
-        "address": "浙江省杭州市西湖区古荡巷220靠近浙江省国家大学科技园中国计量学院分园",
-        "lng": 120.125546,
-        "name": "浙江省杭州市西湖区古荡巷220靠近浙江省国家大学科技园中国计量学院分园",
-        "lat": 30.27815
-    }
-}
-```
 
 ## 错误码说明