Browse Source

调试入库

lizhen_gitee 9 months ago
parent
commit
6138558435
1 changed files with 1 additions and 1 deletions
  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)