diff --git a/app/sage.py b/app/sage.py index 6caf392..7d8ac87 100644 --- a/app/sage.py +++ b/app/sage.py @@ -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')