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

Method get_lottery_times

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

Source from the content-addressed store, hash-verified

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 = {
331 "mobile": mobile,
332 "activityId": activity_id
333 }
334 return self.request_encrypted("/hapi/activity/au/get_act_lottery_times", params)
335
336 def query_new_year_templates(self, page_no: int = 1, page_size: int = 500) -> dict:
337 params = {

Callers 1

process_new_year_lotteryFunction · 0.95

Calls 1

request_encryptedMethod · 0.95

Tested by

no test coverage detected