瀏覽代碼

宁煤摄像头在线状态同步脚本

任敬轩 2 年之前
父節點
當前提交
7da77061fb
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/Console/Commands/NmCameraStatus.php

+ 3 - 3
app/Console/Commands/NmCameraStatus.php

@@ -9,7 +9,7 @@ use Modules\Camera\Http\Controllers\Api\HaiKangController;
 
 
 
-class LogEmailSend extends Command
+class NmCameraStatus extends Command
 {
     /**
      * The name and signature of the console command.
@@ -42,11 +42,11 @@ class LogEmailSend extends Command
      */
     public function handle()
     {
-        $this->nmCameraStatus();
+        $this->cameraStatusNm();
     }
 
     //同步区域列表
-    public function nmCameraStatus()
+    public function cameraStatusNm()
     {
         //宁煤集团
         $ningmei = DB::table('mine_list')->where('title',config('mine_hls'))->get();