From afbeedda4f625ea86d34e64e7f5fbe6da1dd40ef Mon Sep 17 00:00:00 2001 From: H Vs Date: Wed, 16 Apr 2025 16:53:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/endpoints/pipeline_endpoint.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/endpoints/pipeline_endpoint.py b/app/endpoints/pipeline_endpoint.py index 746816c..04779c4 100644 --- a/app/endpoints/pipeline_endpoint.py +++ b/app/endpoints/pipeline_endpoint.py @@ -441,9 +441,16 @@ async def handle_text_async(request: Request,token_id,app_id, wxid,msg_data,from # 回复好友 await request.app.state.gewe_service.post_text_async(token_id, app_id, callback_to_user, "我这边目前有点忙,稍后回复您好吗?") - + await asyncio.sleep(random.uniform(1.5,3)) # 推送到助理 print('推送到助理') + ''' + 长服AI商机提醒助理 + 管家助理 + 18664262743 + wxid_9pocbage7cdb22 + ''' + await request.app.state.gewe_service.post_text_async(token_id, app_id, 'wxid_9pocbage7cdb22', msg_content) return