Skip to content

Commit 836459e

Browse files
fix: 修复小程序无法签到 (#330)
1 parent 1c5df4e commit 836459e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

utils/api/sign.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ class WxSign(BaseSign):
396396
微信签到
397397
"""
398398

399-
NAME = "微信小程序签到"
399+
NAME = "小米社区微信小程序签到获额外成长值"
400400
PARAMS = {"miui_vip_a_ph": "{miui_vip_a_ph}"}
401401
DATA = {"action": "WECHAT_CHECKIN_TASK"}
402402
URL_SIGN = "https://api.vip.miui.com/mtop/planet/vip/member/addCommunityGrowUpPointByActionV2"

utils/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ def __init__(self, preference=None, accounts=None, onepush=None):
197197

198198
def to_dict(self):
199199
"""将 Config 转换为字典"""
200-
print([vars(account) for account in self.accounts])
201200
return {
202201
"preference": vars(self.preference),
203202
"accounts": [vars(account) for account in self.accounts],

0 commit comments

Comments
 (0)