gmw il y a 6 ans
Parent
commit
942af65ea1
1 fichiers modifiés avec 2 ajouts et 17 suppressions
  1. 2 17
      README.md

+ 2 - 17
README.md

@@ -906,7 +906,7 @@ public class AloginventoryRequest {
 ```
 {
 	"code": 200,
-    "message": null
+    "message": "true"
 }
 ```
 - 调用失败示例
@@ -914,25 +914,10 @@ public class AloginventoryRequest {
 ```
 {
 	"code": 500,
-	"message": "创建失败"
+	"message": "false"
 }
 ```
 
-**对象说明:**
-
-```
-public class CargoRequest {
-    private String orderNumber;//订单号
-    private String cargoNumber;//货物号
-    private String weight;//重量
-    private String volume;//体积
-    private String quantity;//件数
-    private String value;//货值
-    private String status;//货物状态
-    private String name;//货物名称
-    private String productModel;//货物备注
-}
-```
 
 ## 订单订阅接口