瀏覽代碼

调整

d1
H Vs 1 月之前
父節點
當前提交
a3d3b54204
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      services/biz_service.py

+ 1
- 1
services/biz_service.py 查看文件

@@ -129,7 +129,7 @@ class BizService():
async def send_text_message_async(self, token_id, app_id, agent_wxid, intersection_wxids, text):
for t in intersection_wxids:
# 发送文本消息
ret,ret_msg,res = await self.wxchat.post_text(token_id, app_id, t, text)
ret,ret_msg,res = await self.wxchat.post_text_async(token_id, app_id, t, text)
logger.info(f'{agent_wxid} 向 {t} 发送文字【{text}】')
# 构造对话消息并发送到 Kafka


Loading…
取消
儲存