浏览代码

no message

DESKTOP-9JTA2JJ\HP 5 年之前
父节点
当前提交
d9562e8501
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      api/application/helpers/function_helper.php

+ 1 - 0
api/application/helpers/function_helper.php

@@ -647,6 +647,7 @@ function send_websocket($clientid,$data = array(),$resType='cmd')
 {
     if (!empty($clientid)) {
         $CI =& get_instance();
+        $data['status'] = 2;
         $CI->db->insert('message',['client'=>$clientid,'msg'=>json_encode($data)]);
     }