|
|
@@ -89,7 +89,7 @@ class CrawlerGzhFansBase:
|
|
|
)
|
|
|
|
|
|
# 更新公众号的 cookie
|
|
|
- async def set_cookie_for_each_account(self, gh_id, cookie, token):
|
|
|
+ async def set_cookie_token_for_each_account(self, gh_id, cookie, token):
|
|
|
query = """
|
|
|
UPDATE gzh_cookie_info SET cookie = %s, token = %s, token_status = %s
|
|
|
WHERE gh_id = %s;
|