管理后台-封禁-调试

This commit is contained in:
2026-01-27 09:35:31 +08:00
parent fcff5c1da5
commit aedf9e1559

View File

@@ -275,7 +275,9 @@ class User extends adminApi
$text = [
'MsgType' => 404,
'ToUserId' => $user_id,
'Text' => $content
'Text' => [
'text' => $content
]
];
//谁发送给谁什么消息是否同步到发送者1是2否消息是否只下发给在线用户 1 是0 否
model('api/Tencent')->user_sendmsg("administrator",$user_id,json_encode($text));