解决微信订阅号授权的问题

This commit is contained in:
kuang.yife 2023-05-04 23:20:47 +08:00
parent cd21ae9d17
commit e5a7c1bb99
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,6 @@
package com.ghy.system.config; package com.ghy.system.config;
import com.ghy.common.json.JSON;
import lombok.Data; import lombok.Data;
/** /**
@ -23,7 +24,10 @@ public class WxMsgConfig {
/** /**
* 点击消息后跳转的页面 * 点击消息后跳转的页面
*/ */
private String page = "index"; private String page = "pages/index/index";
// 跳转的目标小程序
// private Object miniprogram;
/** /**
* 跳转小程序类型developer为开发版trial为体验版formal为正式版默认为正式版 * 跳转小程序类型developer为开发版trial为体验版formal为正式版默认为正式版