mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-26 03:44:58 +08:00
'修复了gewe更新回调参数data和typename字段改变造成的不回复的问题'
This commit is contained in:
@@ -230,7 +230,7 @@ class GeWeChatAdapter(adapter.MessagePlatformAdapter):
|
||||
|
||||
if data['data']:
|
||||
data['Data'] = data['data']
|
||||
print(json.dumps(data, indent=4, ensure_ascii=False))
|
||||
# print(json.dumps(data, indent=4, ensure_ascii=False))
|
||||
|
||||
|
||||
if 'testMsg' in data:
|
||||
|
||||
Reference in New Issue
Block a user