diff --git a/src/main/java/com/kimgo/wepush/service/QyWeChatURLService.java b/src/main/java/com/kimgo/wepush/service/QyWeChatURLService.java index 0cd5524..0faa677 100644 --- a/src/main/java/com/kimgo/wepush/service/QyWeChatURLService.java +++ b/src/main/java/com/kimgo/wepush/service/QyWeChatURLService.java @@ -14,7 +14,6 @@ public class QyWeChatURLService { private final QyWeChatURLMapper qyWeChatURLMapper; private final UserConfig userConfig; private String sendTextCardMessageUrl; - private String qyWechatGetTokenUrl; public QyWeChatURLService(QyWeChatURLMapper qyWeChatURLMapper, UserConfig userConfig) { this.qyWeChatURLMapper = qyWeChatURLMapper;