We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd054f1 commit f0f2e44Copy full SHA for f0f2e44
fastapi_example/mgr.py
@@ -56,4 +56,4 @@ def __on_callback(self, wechat, message):
56
requests.post(self.callback_url, json=client_message)
57
58
def __on_quit_callback(self, wechat):
59
- self.__on_callback(wechat, {})
+ self.__on_callback(wechat, {"type": ntchat.MT_RECV_WECHAT_QUIT_MSG, "data": {}})
0 commit comments