From 7854e314013c6224dff09ced2318825d023e1578 Mon Sep 17 00:00:00 2001 From: H Vs Date: Sat, 22 Feb 2025 10:33:04 +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 --- resources/messages_resource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/messages_resource.py b/resources/messages_resource.py index 99fea07..d82f500 100644 --- a/resources/messages_resource.py +++ b/resources/messages_resource.py @@ -641,7 +641,7 @@ def handle_add_friend_notice(token_id,app_id, wxid,msg_data,from_wxid, to_wxid): # 操作类型,2添加好友 3同意好友 4拒绝好友 #option=2 option=3 - reply_add_contact_contact="亲,我是你的美丽顾问" + reply_add_contact_contact="亲,我是你的好友" ret,ret_msg=gewe_chat.wxchat.add_contacts(token_id,app_id,scene,option,v3,v4,reply_add_contact_contact) if ret==200: logger.info('自动添加好友成功')