MCPcopy
hub / github.com/smallfawn/QLScriptPublic / do_egg_lottery

Method do_egg_lottery

tianyi.py:321–327  ·  view source on GitHub ↗
(self, mobile: str, activity_id: str = "1611")

Source from the content-addressed store, hash-verified

319 return self.request_encrypted("/hapi/en/api", params)
320
321 def do_egg_lottery(self, mobile: str, activity_id: str = "1611") -> dict:
322 params = {
323 "activityId": activity_id,
324 "mobile": mobile,
325 "apiName": "act/ActApi/doubleEggLottery"
326 }
327 return self.request_encrypted("/hapi/en/api", params)
328
329 def get_lottery_times(self, mobile: str, activity_id: str = "1611") -> dict:
330 params = {

Callers 1

process_new_year_lotteryFunction · 0.95

Calls 1

request_encryptedMethod · 0.95

Tested by

no test coverage detected