MCPcopy Create free account
hub / github.com/doraemonext/wechat-python-sdk / response_none

Method response_none

wechat_sdk/basic.py:199–205  ·  view source on GitHub ↗

回复空消息 :return: 符合微信服务器要求的空消息

(self)

Source from the content-addressed store, hash-verified

197 return self.conf.get_jsapi_ticket()
198
199 def response_none(self):
200 """
201 回复空消息
202 :return: 符合微信服务器要求的空消息
203 """
204 self._check_parse()
205 return self._encrypt_response('success')
206
207 def response_text(self, content, escape=False):
208 """

Callers

nothing calls this directly

Calls 2

_check_parseMethod · 0.95
_encrypt_responseMethod · 0.95

Tested by

no test coverage detected