增加腾讯视频每月会员红包活动

This commit is contained in:
limoruirui
2022-05-22 11:47:18 +08:00
parent 601445cc09
commit 7cda44860f
2 changed files with 260 additions and 1 deletions

View File

@@ -229,7 +229,7 @@ class Iqiyi:
self.genRedNo()
if len(self.redNo) == 28:
self.last_num = self.last_redNo(self.redNo)
if self.last_num >= 0:
if self.last_num > 0:
self.print_now(f"您的红包码为{self.redNo}, 正在尝试提交")
self.post_redNo()
else: