From fcff5c1da539a257baf28c0b4a01f7b151853aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Tue, 27 Jan 2026 09:32:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0-=E5=B0=81?= =?UTF-8?q?=E7=A6=81-=E8=B0=83=E8=AF=95?= 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 09aad2f6..b8fdfe7e 100644 --- a/application/api/model/Tencent.php +++ b/application/api/model/Tencent.php @@ -427,7 +427,7 @@ class Tencent extends Model ), ); if($uid == 'administrator'){ - $curlPost['MsgBody']['MsgType'] = 'TIMCustomElem'; +// $curlPost['MsgBody']['MsgType'] = 'TIMCustomElem'; $curlPost['SendMsgControl'] = array( "NoUnread","NoLastMsg","WithMuteNotifications","NoMsgCheck" );