From 2b9eec5dc6f3f5d95133c7e3e1c3787827c9f7e2 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Wed, 13 Mar 2024 18:27:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E7=94=A8=E6=88=B7im=E5=8F=91?= =?UTF-8?q?=E9=80=81=E6=B6=88=E6=81=AF=E5=90=8E=E5=9B=9E=E8=B0=831?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/UserService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/UserService.php b/app/Services/UserService.php index a1d8f9e..50a0ff1 100644 --- a/app/Services/UserService.php +++ b/app/Services/UserService.php @@ -1147,7 +1147,7 @@ class UserService extends BaseService return $result; } - if ($content['message_type'] == 4 || $content['message_type'] == 5){ + if ($content['message_type'] == 4 || $content['message_type'] == 5 || $content['message_type'] == 20){ // 4/5类型时不进行处理 $result['message'] = "成功"; $result['code'] = 1;