소스 검색

调整

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…
취소
저장