Explorar el Código

更新接口文档

gmw hace 6 años
padre
commit
70e6b50c68
Se han modificado 1 ficheros con 13 adiciones y 13 borrados
  1. 13 13
      README.md

+ 13 - 13
README.md

@@ -87,7 +87,7 @@
 
 - 调用成功示例
 
-```json
+```java
 {
     "body":
         {
@@ -99,7 +99,7 @@
 ```
 - 调用失败示例
 
-```json
+```java
 {
     "status": 500,
     "message": "账号或密码不正确"
@@ -253,25 +253,25 @@
                 "quantity": 3,//数量
                 "weight": 55,//重量(KG)
                 "volume": 6,//体积(L)
-                "value": 56,//货值(元)
+                "value": 56,//货值(元)
             },
-            "freightIn": {//上游运费
+            "freightIn": {//上游运费
                 "amount": 22
             },
-            "freightOut": {//下游运费
+            "freightOut": {//下游运费
                 "amount": 11
             },
-            "paymentCollect": 33,//代收货款
-            "needReceipt": 1,//是否需要回单
+            "paymentCollect": 33,//代收货款
+            "needReceipt": 1,//是否需要回单
             "receiptCount": 1,//回单数量
             "note": "",//备注
-            "state": 2000,//状态
-            "publishTime": 1500274522,//发布时间
-            "receiveTime": 1500274522,//接单时间
-            "shipmentTime": null,//装货时间
-            "signedTime": null,//签收时间
+            "state": 2000,//状态
+            "publishTime": 1500274522,//发布时间
+            "receiveTime": 1500274522,//接单时间
+            "shipmentTime": null,//装货时间
+            "signedTime": null,//签收时间
             "receiptStatus": null,//接单状态
-            "created": 1500274505,//订单创建时间
+            "created": 1500274505,//订单创建时间
         }
     ]
 }