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

Method get_score

tianyi.py:304–311  ·  view source on GitHub ↗
(self, mobile: str, score_type: int = 1)

Source from the content-addressed store, hash-verified

302 return self.request_encrypted("/hapi/diy_video/au/template_make_add_v2", params)
303
304 def get_score(self, mobile: str, score_type: int = 1) -> dict:
305 params = {
306 "activityId": ACTIVITY_ID,
307 "mobile": mobile,
308 "type": score_type,
309 "apiName": "act/ActApi/getDoubleTotalScoreOrRemainingScore"
310 }
311 return self.request_encrypted("/hapi/en/api", params)
312
313 def do_lottery(self, mobile: str) -> dict:
314 params = {

Callers 1

process_accountFunction · 0.95

Calls 1

request_encryptedMethod · 0.95

Tested by

no test coverage detected