Skip to content

Commit

Permalink
更新 wechat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp authored Feb 15, 2024
1 parent a5f5d41 commit cbffddc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/modules/wechat/wechat.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
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过期时间
Expand Down

0 comments on commit cbffddc

Please sign in to comment.