bugfix
This commit is contained in:
parent
1b548057ed
commit
90478eb2e4
@ -52,7 +52,7 @@ async def woa_msghande():
|
|||||||
# 处理完成后
|
# 处理完成后
|
||||||
retmsg = {
|
retmsg = {
|
||||||
"msgtype": "text", # 要返回的消息类型
|
"msgtype": "text", # 要返回的消息类型
|
||||||
“content": "收到" # 每个类型的消息所需要的数据
|
"content": "收到" # 每个类型的消息所需要的数据
|
||||||
}
|
}
|
||||||
retstr = json.dumps(retmsg, ensure_ascii=False)
|
retstr = json.dumps(retmsg, ensure_ascii=False)
|
||||||
debug(f'repy msg({retstr}) to wechat')
|
debug(f'repy msg({retstr}) to wechat')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user