tongshanglei hai 1 ano
pai
achega
7b0e0e1af8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      catch/api/controller/Api.php

+ 1 - 1
catch/api/controller/Api.php

@@ -176,7 +176,7 @@ class Api extends CatchController
        
       
         while(1){
-            $jsonData= $redis->rpop("mqtt_data_zcgl");
+            $jsonData= $redis->rpop("asset_after_handle");
             if(empty($jsonData)){
                 sleep(1);
                 continue;