管理后台-封禁-调试

This commit is contained in:
2026-01-27 10:35:01 +08:00
parent 7b990a5ecd
commit 4a2fdadfdb

View File

@@ -413,6 +413,11 @@ class Tencent extends Model
'From_Account' => strval($from_Account),
'To_Account' => strval('u'.$receive_uid),
'MsgRandom' => time(),
'SendMsgControl' => array(
"NoUnread",
"NoLastMsg",
"NoMsgCheck"
),
'MsgBody' => array(
array(
'MsgType' => 'TIMCustomElem',
@@ -421,9 +426,6 @@ class Tencent extends Model
)
)
),
'SendMsgControl' => array(
"NoUnread","NoLastMsg","WithMuteNotifications","NoMsgCheck"
),
);
}else{
$from_Account ="u".$uid;