Update QyWeChatURLService.java

master
wangsiyuan 2024-04-23 17:34:21 +08:00
parent dbca2373bc
commit 1148f844c0
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ public class QyWeChatURLService {
private final QyWeChatURLMapper qyWeChatURLMapper; private final QyWeChatURLMapper qyWeChatURLMapper;
private final UserConfig userConfig; private final UserConfig userConfig;
private String sendTextCardMessageUrl; private String sendTextCardMessageUrl;
private String qyWechatGetTokenUrl;
public QyWeChatURLService(QyWeChatURLMapper qyWeChatURLMapper, UserConfig userConfig) { public QyWeChatURLService(QyWeChatURLMapper qyWeChatURLMapper, UserConfig userConfig) {
this.qyWeChatURLMapper = qyWeChatURLMapper; this.qyWeChatURLMapper = qyWeChatURLMapper;