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

Method check_user_state

tianyi.py:258–260  ·  view source on GitHub ↗
(self, mobile: str)

Source from the content-addressed store, hash-verified

256 return self.request_plain("/vapi/new_member/get_user_info", params)
257
258 def check_user_state(self, mobile: str) -> dict:
259 params = {"mobile": mobile, "is4G": "1", "is5G": "1", "isDX": "1", "channelId": CHANNEL_ID, "portal": "45"}
260 return self.request_plain("/vapi/vrbt/check_user_state", params)
261
262 def query_template_list(self, page_no: int = 1, page_size: int = 10) -> dict:
263 params = {

Callers 1

process_accountFunction · 0.95

Calls 1

request_plainMethod · 0.95

Tested by

no test coverage detected