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

Method query_template_list

tianyi.py:262–268  ·  view source on GitHub ↗
(self, page_no: int = 1, page_size: int = 10)

Source from the content-addressed store, hash-verified

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 = {
264 "pageNo": page_no, "pageSize": page_size, "activityId": ACTIVITY_ID,
265 "apiName": "diy/DiyVideoApi/queryActRecommendTemplateList",
266 "channelId": CHANNEL_ID, "portal": "45"
267 }
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 = {

Callers 1

process_accountFunction · 0.95

Calls 1

request_plainMethod · 0.95

Tested by

no test coverage detected