fixed
This commit is contained in:
@@ -54,6 +54,7 @@ class TychatLogic extends BaseLogic
|
||||
$user = Db::table('fa_ty_users')
|
||||
->where('clientid',$client_id)
|
||||
->find();
|
||||
Tools::log_to_write_txt(['保存历史记录,$user'=>$user]);
|
||||
if(empty($user)){
|
||||
$json = Tools::wss_json($action, '用户不存在');
|
||||
return Gateway::sendToClient($client_id, $json);
|
||||
|
||||
Reference in New Issue
Block a user