This commit is contained in:
yumoqing 2026-03-02 09:29:23 +08:00
parent 1b548057ed
commit 90478eb2e4

View File

@ -52,7 +52,7 @@ async def woa_msghande():
# 处理完成后
retmsg = {
"msgtype": "text", # 要返回的消息类型
content": "收到" # 每个类型的消息所需要的数据
"content": "收到" # 每个类型的消息所需要的数据
}
retstr = json.dumps(retmsg, ensure_ascii=False)
debug(f'repy msg({retstr}) to wechat')