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

Method gettaskip

daily/chinaUnicom.py:672–683  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

670 return False
671
672 def gettaskip(self):
673 orderId = self.random_string(32).upper()
674 try:
675 url = "https://m.client.10010.com/taskcallback/topstories/gettaskip"
676 data = {
677 "mobile": self.account_mobile,
678 "orderId": orderId
679 }
680 self.request("post", url, data=data)
681 except Exception as e:
682 pass
683 return orderId
684
685 def sign_getContinuous(self, is_query_only=False):
686 try:

Callers 1

sign_doTaskFromListMethod · 0.95

Calls 2

random_stringMethod · 0.95
requestMethod · 0.95

Tested by

no test coverage detected