소스 검색

调试入库

lizhen_gitee 10 달 전
부모
커밋
6138558435
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/chat/Events.php

+ 1 - 1
application/chat/Events.php

@@ -56,7 +56,7 @@ class Events
             $data = self::get_data($message);
             if(!empty($data)){
                 //file_put_contents('1.json',json_encode($data).PHP_EOL,FILE_APPEND);
-                $info = Db::name('gateway_test')->insert($data);
+                $info = Db::name('device_sanheyi')->insert($data);
             }
 
         }catch (\Exception $e)