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

Class NeedParseError

wechat_sdk/exceptions.py:56–58  ·  view source on GitHub ↗

尚未解析微信服务器请求数据异常

Source from the content-addressed store, hash-verified

54
55
56class NeedParseError(WechatSDKException):
57 """尚未解析微信服务器请求数据异常"""
58 pass
59
60
61class OfficialAPIError(WechatAPIException):

Callers 1

_check_parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected