fixed
This commit is contained in:
@@ -67,7 +67,7 @@ class Reportty
|
||||
if(empty($user)){
|
||||
return json(Tools::set_fail('用户不存在'));
|
||||
}
|
||||
$his_record = Db::table('fa_ty_chathistory')->where('username',$user['username'])->select();
|
||||
$his_record = Db::table('fa_ty_chathistory')->where('username',$user['username'])->order('id asc')->select();
|
||||
|
||||
$config = [
|
||||
'stream'=>true,
|
||||
|
||||
Reference in New Issue
Block a user