소스 검색

更新接口文档:创建受理单接口添加收发货方经纬度字段

gmw 6 년 전
부모
커밋
c690237aa3
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -1399,6 +1399,16 @@ CustomerOrderEntity {
     deliveryType (integer): 提送类型:非必填 ,
     deviceNumber (string): 设备号:非必填 ,
     endAddress (string): 目的地:非必填 ,
+    //发货方经纬度
+    consignerLocation {
+        lng (double), 经度
+        lat (double)  纬度
+    },
+    //收货方经纬度
+    consigneeLocation {
+        lng (double), 经度
+        lat (double)  纬度
+    },
     note1 (string): 自定义备注1:非必填 ,
     note10 (string): 自定义备注10:非必填 ,
     note11 (string): 自定义备注11:非必填 ,