管理后台-封禁-调试

This commit is contained in:
2026-01-27 10:05:18 +08:00
parent c7a70cb128
commit 3567e02642

View File

@@ -427,7 +427,8 @@ class Tencent extends Model
), ),
); );
if($uid == 'administrator'){ if($uid == 'administrator'){
// $curlPost['MsgBody']['MsgType'] = 'TIMCustomElem'; $curlPost['MsgBody']['MsgType'] = 'TIMCustomElem';
$curlPost['MsgBody']['MsgContent']['Data'] = $message;
$curlPost['SendMsgControl'] = array( $curlPost['SendMsgControl'] = array(
"NoUnread","NoLastMsg","WithMuteNotifications","NoMsgCheck" "NoUnread","NoLastMsg","WithMuteNotifications","NoMsgCheck"
); );