Parcourir la source

更新接口文档

gmw il y a 6 ans
Parent
commit
a63e86e1a4
1 fichiers modifiés avec 0 ajouts et 66 suppressions
  1. 0 66
      README.md

+ 0 - 66
README.md

@@ -172,72 +172,6 @@
 | `orderList` | 是 | `Array[OrderEntity]` | 运单列表 |
 
 ```
-开单报文结构如下:
-{
-  "orderList": [
-    {
-      "appointArriveTime": 0,
-      "batchNumber": "string",
-      "consigneeAddress": "string",
-      "consigneeCity": "string",
-      "consigneeDistrict": "string",
-      "consigneeName": "string",
-      "consigneePhone": "string",
-      "consigneeProvince": "string",
-      "consignerAddress": "string",
-      "consignerCity": "string",
-      "consignerDistrict": "string",
-      "consignerName": "string",
-      "consignerPhone": "string",
-      "consignerProvince": "string",
-      "customerOrderNumber": "string",
-      "deliveryArea": "string",
-      "deliveryTime": 0,
-      "driverPay": 0,
-      "endAddress": "string",
-      "extraFields": {},
-      "lat": 0,
-      "lng": 0,
-      "note": "string",
-      "omsNumber": "string",
-      "orderNumber": "string",
-      "orderType": "string",
-      "organizationPath": "string",
-      "ownerCode": "string",
-      "payMode": "string",
-      "paymentCollect": 0,
-      "preDeliveryTime": 0,
-      "scheduleOrderCode": "string",
-      "shipperPay": 0,
-      "shipperPayType": 1,
-      "startAddress": "string",
-      "warehouseCode": "string",
-      "wmsLocation": "string",
-      "cargoList": [
-        {
-          "cargoNumber": "string",
-          "name": "string",
-          "note1": "string",
-          "note2": "string",
-          "note3": "string",
-          "note4": "string",
-          "note5": "string",
-          "note6": "string",
-          "orderNumber": "string",
-          "productModel": "string",
-          "quantity": "string",
-          "status": "string",
-          "value": "string",
-          "volume": "string",
-          "weight": "string"
-        }
-      ]
-    }
-  ]
-}
-```
-
-```
 其中OrderEntity结构如下:
 OrderEntity {
         private String batchNumber;//批次号:创建订单可不填,确认批次必填