管理后台-封禁-调试
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user