From e7be8916d93555e12e7c0207c3fa7c7d4313c452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Wed, 20 Aug 2025 18:19:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E8=B5=84?= =?UTF-8?q?=E6=96=99=20=E5=90=8E=E7=AB=AF=E5=90=8C=E6=AD=A5=E7=BB=99?= =?UTF-8?q?=E8=85=BE=E8=AE=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Tencent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/Tencent.php b/application/api/model/Tencent.php index 86d64fd..d19d426 100644 --- a/application/api/model/Tencent.php +++ b/application/api/model/Tencent.php @@ -728,7 +728,7 @@ class Tencent extends Model } //修改用户信息 - public function modify_user_info($member_id, $member_name = '', $member_face_url = '') + public function modify_user_infos($member_id, $member_name = '', $member_face_url = '') { $config = get_system_config(); $tencentyun_im_appid = $config['tencentyun_im_appid'];