(self)
| 129 | notify(f"[定时红包]\t第{dic['id']}个红包:{response['errorMessage']}") |
| 130 | |
| 131 | def runtimeReward(self): |
| 132 | for each in self.timingRewardList: |
| 133 | if each['hasDraw'] == False: |
| 134 | self.getCash(dic=each) |
| 135 | break |
| 136 | |
| 137 | # 执行欢太商城实例对象 |
| 138 | def start(self): |