配置修改

This commit is contained in:
chenglijuan
2026-04-28 16:11:23 +08:00
parent 153000bef0
commit ccdd5e416e
2 changed files with 2 additions and 2 deletions
@@ -87,7 +87,7 @@ public class WxSubscribeMessageService {
body.put("page", "pages/records/records");
body.put("data", data);
//跳转小程序类型:developer为开发版;trial为体验版;formal为正式版;默认为正式版
body.put("miniprogram_state", "formal");
body.put("miniprogram_state", "trial");
body.put("lang", "zh_CN");
try {
+1 -1
View File
@@ -5,7 +5,7 @@ spring:
application:
name: mini_program
datasource:
url: jdbc:mysql://txy.588580.xyz:3306/mini?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
url: jdbc:mysql://yun.588580.xyz:3306/mini?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
username: root
password: 271922abF
driver-class-name: com.mysql.cj.jdbc.Driver