ソースを参照

添加远程调用一账通配置信息

wangzhijun 1 週間 前
コミット
e75b2c84ec

+ 8 - 0
nightFragrance-admin/src/main/resources/application-dev.yml

@@ -282,6 +282,14 @@ ffmpeg:
 amap:
   apiKey: 5457092e6c62b83c1b2e45dbe973d858
 
+remote:
+  # 用户中心
+  user-center:
+    #查询用户绑定
+    base-url: https://test.baoxianzhanggui.com/lxl-api/usercenter
+    #本地生活平台id
+    client-id: bdsh-X9yZ1wV3uT5sR7qP9o
+
 ## 阿里云短信
 aliyun:
   api:

+ 8 - 0
nightFragrance-admin/src/main/resources/application-pro.yml

@@ -281,3 +281,11 @@ ffmpeg:
 amap:
   apiKey: 5457092e6c62b83c1b2e45dbe973d858
 
+remote:
+  # 用户中心
+  user-center:
+    #查询用户绑定
+    base-url: https://test.baoxianzhanggui.com/lxl-api/usercenter
+    #本地生活平台id
+    client-id: bdsh-X9yZ1wV3uT5sR7qP9o
+

+ 9 - 1
nightFragrance-admin/src/main/resources/application-test.yml

@@ -293,4 +293,12 @@ ffmpeg:
 
 # 高德地图
 amap:
-  apiKey: 5457092e6c62b83c1b2e45dbe973d858
+  apiKey: 5457092e6c62b83c1b2e45dbe973d858
+
+remote:
+  # 用户中心
+  user-center:
+    #查询用户绑定
+    base-url: https://test.baoxianzhanggui.com/lxl-api/usercenter
+    #本地生活平台id
+    client-id: bdsh-X9yZ1wV3uT5sR7qP9o