tongshanglei 6 days ago
parent
commit
8cff6077eb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      task_script/LIVESTOCK_MQTT_CLIENT.php

+ 3 - 1
task_script/LIVESTOCK_MQTT_CLIENT.php

@@ -306,8 +306,10 @@ function mqttToRedis($text){
          app_redis()->lpush("mqtt_data_livestock",$text);
          //同时推入竹彩
          app_redis()->lpush("zhucai_mqtt_data_livestock",$text);
-         //同时推入竹彩
+         
          app_redis()->lpush("mqtt_data_livestock_cn",$text);
+          //巴西称重
+         app_redis()->lpush("mqtt_data_baxi_weigh",$text);
     }catch(Exception $e){
         rlog("INFO", 'recv',"redis 异常".$e->getMessage());
     }