fix: 微信默认配置为空

V0.5.x
jay 2023-09-05 11:07:56 +08:00
parent 5f68b99c90
commit 97f48c4b16
1 changed files with 3 additions and 3 deletions

View File

@ -63,13 +63,13 @@ public class SysLoginService {
@Value("${user.password.lockTime}") @Value("${user.password.lockTime}")
private Integer lockTime; private Integer lockTime;
@Value("${weixin.appid}") @Value("${weixin.appid:}")
private String appid; private String appid;
@Value("${weixin.secret}") @Value("${weixin.secret:}")
private String secret; private String secret;
@Value("${weixin.authUrl}") @Value("${weixin.authUrl:}")
private String authUrl; private String authUrl;
/** /**