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

Class ParseError

wechat_sdk/exceptions.py:51–53  ·  view source on GitHub ↗

解析微信服务器数据异常

Source from the content-addressed store, hash-verified

49
50
51class ParseError(WechatSDKException):
52 """解析微信服务器数据异常"""
53 pass
54
55
56class NeedParseError(WechatSDKException):

Callers 9

_decrypt_messageMethod · 0.90
parse_dataMethod · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected