From f83092193c8cb1782a918caaa56866f8f97a91f8 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期日, 29 十二月 2024 14:58:19 +0800
Subject: [PATCH] 1.行政区划对接-高德 2.行政区划对接-腾讯

---
 src/main/resources/application.yml |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 6ad42f0..3094aba 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -87,4 +87,15 @@
     secret: 9121c703fb0c416b21a8c289dd73ae9b     #secret
 
 sms:
-  verificationCode: SMS_301300012   #验证码通用模版
\ No newline at end of file
+  verificationCode: SMS_301300012   #验证码通用模版
+
+map:
+  tengxun:
+#    apiKey: GSBBZ-CJA3U-NNDVH-GE65N-6FIF6-ZGBCU
+    apiKey: PRFBZ-INBLB-PYEU6-JCKUM-AYD7V-V7BIF
+  # 新政区划接口url
+    administrative_divisions_url : https://apis.map.qq.com/ws/district/v1/list?key=${map.tengxun.apiKey}&&struct_type=1
+  gaode:
+    apiKey: 19b8a6e7325089d484fcee00076746fa
+    # 新政区划接口url
+    administrative_divisions_url: https://restapi.amap.com/v3/config/district?key=${map.gaode.apiKey}&subdistrict=3&subdistrict=3&extensions=base
\ No newline at end of file

--
Gitblit v1.9.3