From 3567e0264294163c4f18328f844c56d8ac2757bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Tue, 27 Jan 2026 10:05:18 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/api/model/Tencent.php b/application/api/model/Tencent.php index b8fdfe7e..d5a0aa8a 100644 --- a/application/api/model/Tencent.php +++ b/application/api/model/Tencent.php @@ -427,7 +427,8 @@ class Tencent extends Model ), ); if($uid == 'administrator'){ -// $curlPost['MsgBody']['MsgType'] = 'TIMCustomElem'; + $curlPost['MsgBody']['MsgType'] = 'TIMCustomElem'; + $curlPost['MsgBody']['MsgContent']['Data'] = $message; $curlPost['SendMsgControl'] = array( "NoUnread","NoLastMsg","WithMuteNotifications","NoMsgCheck" );