MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / query_person_tasks

Method query_person_tasks

tianyi.py:412–418  ·  view source on GitHub ↗
(self, mobile: str, activity_id: str = "ai090")

Source from the content-addressed store, hash-verified

410 return self.request_encrypted("/hapi/en/api", params)
411
412 def query_person_tasks(self, mobile: str, activity_id: str = "ai090") -> dict:
413 params = {
414 "apiName": "act/ActApi/queryPersonTasks",
415 "mobile": mobile,
416 "activityId": activity_id
417 }
418 return self.request_encrypted("/hapi/en/api", params)
419
420 def query_red_packet_balance(self, mobile: str, activity_id: str = "1611") -> dict:
421 params = {

Callers 1

process_new_year_lotteryFunction · 0.95

Calls 1

request_encryptedMethod · 0.95

Tested by

no test coverage detected