(self)
| 390 | # 跑任务中心 |
| 391 | # 位置:我的 -> 任务中心 |
| 392 | def runTaskCenter(self): |
| 393 | self.signIn() # 签到打卡 |
| 394 | if self.dailyTask() == True: |
| 395 | self.runViewTask() # 浏览任务 |
| 396 | self.runShareTask() # 分享任务 |
| 397 | self.runEarnPoint() # 赚积分 |
| 398 | # self.runViewPush() # 浏览推送任务(已下架) |
| 399 | |
| 400 | # 执行欢太商城实例对象 |
| 401 | def start(self): |
no test coverage detected