MCPcopy Create free account
hub / github.com/Mashiro2000/HeyTapTask / runtimeReward

Method runtimeReward

TimingCash.py:131–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers 1

startMethod · 0.95

Calls 1

getCashMethod · 0.95

Tested by

no test coverage detected