Quellcode durchsuchen

新增 获取位置信息公共工具

zhaiyifei vor 11 Monaten
Ursprung
Commit
f8abf7df29

+ 10 - 0
src/main/resources/application-dev.yml

@@ -267,3 +267,13 @@ iot:
     rt:
       callBackUrl: http://192.168.1.228:7000/iotsprod-api/ai/mc/camera/subscribe/image/callback
   warnVer: 3
+
+weather:
+  api: http://open.nyzhwlw.com:10001/yf_weather
+  username: yunfeisaas
+  password: yf@yunfeisaas
+
+map:
+  gaode:
+    api: http://restapi.amap.com
+    key: 78ce288400f4fc6d9458989875c833c2

+ 10 - 0
src/main/resources/application-prod.yml

@@ -252,3 +252,13 @@ iot:
   ai:
     rt:
       callBackUrl: http://114.55.0.7:7000/iotsprod-api/ai/mc/camera/subscribe/image/callback
+
+weather:
+  api: http://open.nyzhwlw.com:10001/yf_weather
+  username: yunfeisaas
+  password: yf@yunfeisaas
+
+map:
+  gaode:
+    api: http://restapi.amap.com
+    key: 78ce288400f4fc6d9458989875c833c2

+ 10 - 0
src/main/resources/application-test.yml

@@ -260,3 +260,13 @@ iot:
   ai:
     rt:
       callBackUrl: http://114.55.0.7:7000/iotsprod-api/ai/mc/camera/subscribe/image/callback
+
+weather:
+  api: http://open.nyzhwlw.com:10001/yf_weather
+  username: yunfeisaas
+  password: yf@yunfeisaas
+
+map:
+  gaode:
+    api: http://restapi.amap.com
+    key: 78ce288400f4fc6d9458989875c833c2