浏览代码

no message

DESKTOP-9JTA2JJ\HP 5 年之前
父节点
当前提交
54dd3e8364
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/application/helpers/function_helper.php

+ 1 - 1
api/application/helpers/function_helper.php

@@ -125,7 +125,7 @@ function lampMqttCmd($sendTopic,$backTopic,$sendData,$timeout = 5,$seq = ''){
         }
     }
     $mqtt->close();
-    // $true['msg'] = substr($true['msg'], 2);
+    $true['msg'] = substr($true['msg'], 2);
     return $true;
 }