fix: comment out debug print statement in gewechat callback

This commit is contained in:
Ethan
2025-02-25 11:53:23 +08:00
parent 2ffe2967d6
commit 4db1d2b3a3

View File

@@ -216,7 +216,7 @@ class GeWeChatAdapter(adapter.MessagePlatformAdapter):
@self.quart_app.route('/gewechat/callback', methods=['POST'])
async def gewechat_callback():
data = await quart.request.json
print(json.dumps(data, indent=4, ensure_ascii=False))
# print(json.dumps(data, indent=4, ensure_ascii=False))
if 'testMsg' in data:
return 'ok'