From ae1471f378f399f76518539ec8992e64a3673436 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期三, 08 一月 2025 15:26:06 +0800 Subject: [PATCH] 1.订单提交:订单最小金额配置 --- src/main/resources/application.yml | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f7facc7..3094aba 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -67,8 +67,8 @@ wx: miniapp: - appid: wx3203fd935a6ffe09 #小程序appId 花店端 - secret: 9121c703fb0c416b21a8c289dd73ae9b #secret花店端 + appid: wx1441324401626290 #小程序appId 花店端 + secret: bab595ac75f60eb33567511111a569a7 #secret花店端 msgDataFormat: JSON mp: app-id: xxx #公众号appId @@ -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