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

Method get_user_info

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

Source from the content-addressed store, hash-verified

252 return {"raw": response.text}
253
254 def get_user_info(self, mobile: str) -> dict:
255 params = {"channelId": CHANNEL_ID, "portal": "45", "mobile": mobile}
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"}

Callers 1

process_accountFunction · 0.95

Calls 1

request_plainMethod · 0.95

Tested by

no test coverage detected