diff --git a/modules/apihelper/client/components/abyss.py b/modules/apihelper/client/components/abyss.py index 7618f96..711b6cd 100644 --- a/modules/apihelper/client/components/abyss.py +++ b/modules/apihelper/client/components/abyss.py @@ -18,7 +18,7 @@ class AbyssTeam: "Mobile/15E148 MicroMessenger/8.0.20(0x1800142f) NetType/WIFI Language/zh_CN", "content-type": "application/json", } - VERSION = "3.3" + VERSION = "3.4" def __init__(self): self.client = httpx.AsyncClient(headers=self.HEADERS)