From 77c1b2e42b966f6ac3781efceb2cffdd590addec Mon Sep 17 00:00:00 2001
From: tj <1378534974@qq.com>
Date: 星期四, 05 六月 2025 16:27:52 +0800
Subject: [PATCH] 1.1
---
src/main/resources/application.yml | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index b7a9bb2..d78f99c 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
- port: 8080
+ port: 8888
servlet:
context-path: /flower
@@ -84,8 +84,10 @@
wx:
miniapp:
- appid: wx1441324401626290 #小程序appId 花店端
- secret: bab595ac75f60eb33567511111a569a7 #secret花店端
+# appid: wx1441324401626290 #小程序appId 花店端
+# secret: bab595ac75f60eb33567511111a569a7 #secret花店端
+ appid: wxf2e5534be77e3a80 #小程序appId 花店端
+ secret: 74b901f68dc1c277f1309811cb6eaab3 #secret花店端
msgDataFormat: JSON
mp:
app-id: xxx #公众号appId
@@ -94,8 +96,10 @@
wechat:
merchantId: 1661512517
customer:
- appid: wx1441324401626290 #小程序appId
- secret: bab595ac75f60eb33567511111a569a7 #secret
+# appid: wx1441324401626290 #小程序appId
+# secret: bab595ac75f60eb33567511111a569a7 #secret
+ appid: wxf2e5534be77e3a80 #小程序appId
+ secret: 74b901f68dc1c277f1309811cb6eaab3 #secret
partner:
appid: wx6d0ecc4e18710458 #小程序appId
secret: 22afb006e9b94ee97c47bbfded9151eb #secret
@@ -109,8 +113,8 @@
map:
tengxun:
-# apiKey: GSBBZ-CJA3U-NNDVH-GE65N-6FIF6-ZGBCU
- apiKey: PRFBZ-INBLB-PYEU6-JCKUM-AYD7V-V7BIF
+# apiKey: D7OBZ-FPLEZ-U4UXA-7LVCZ-P2XF7-ICFOH
+ apiKey: SQEBZ-LQRKJ-PJOFP-DXIAX-YZUFH-Y4BVP
# 新政区划接口url
administrative_divisions_url : https://apis.map.qq.com/ws/district/v1/list?key=${map.tengxun.apiKey}&&struct_type=1
gaode:
--
Gitblit v1.9.3