配置修改
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user