MCPcopy
hub / github.com/smallfawn/QLScriptPublic / send_stat_message

Method send_stat_message

tianyi.py:270–276  ·  view source on GitHub ↗
(self, mobile: str, actname: str, actparam: str)

Source from the content-addressed store, hash-verified

268 return self.request_plain("/hapi/de/api", params)
269
270 def send_stat_message(self, mobile: str, actname: str, actparam: str) -> dict:
271 params = {
272 "mobile": mobile,
273 "actname": actname,
274 "actparam": actparam
275 }
276 return self.request_encrypted("/vapi/vue_stat/sendMessage", params)
277
278 def template_make(self, mobile: str, template_id: str, template_conf_id: str,
279 template_name: str, user_words: str = "", arrange_id: str = "", **kwargs) -> dict:

Callers 2

process_new_year_lotteryFunction · 0.95
process_accountFunction · 0.95

Calls 1

request_encryptedMethod · 0.95

Tested by

no test coverage detected