MCPcopy Index your code
hub / github.com/Mashiro2000/HeyTapTask / runTaskCenter

Method runTaskCenter

TaskCenter.py:392–398  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers 1

startMethod · 0.95

Calls 5

signInMethod · 0.95
dailyTaskMethod · 0.95
runViewTaskMethod · 0.95
runShareTaskMethod · 0.95
runEarnPointMethod · 0.95

Tested by

no test coverage detected