From cbffddc57fb6cbf6bf3892d0e0d66776487e0ab5 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 15 Feb 2024 21:51:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20wechat.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/wechat/wechat.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/modules/wechat/wechat.py b/app/modules/wechat/wechat.py index fd48fcad..a1efd662 100644 --- a/app/modules/wechat/wechat.py +++ b/app/modules/wechat/wechat.py @@ -9,13 +9,12 @@ from app.core.context import MediaInfo, Context from app.core.metainfo import MetaInfo from app.log import logger from app.utils.http import RequestUtils -from app.utils.singleton import Singleton from app.utils.string import StringUtils lock = threading.Lock() -class WeChat(metaclass=Singleton): +class WeChat: # 企业微信Token _access_token = None # 企业微信Token过期时间