作者 潘浩文
1 个管道 的构建 通过 耗费 4 秒

XIAOPAN

@@ -72,9 +72,9 @@ class AesController extends HomeBaseController{ @@ -72,9 +72,9 @@ class AesController extends HomeBaseController{
72 if ($strKey['electricity']==0){ 72 if ($strKey['electricity']==0){
73 $this->apiResponse(302,'设备电量低'); 73 $this->apiResponse(302,'设备电量低');
74 } 74 }
75 - if ($strKey['use']==1){  
76 - $this->apiResponse(303,'当前设备正在使用');  
77 - } 75 +// if ($strKey['use']==1){
  76 +// $this->apiResponse(303,'当前设备正在使用');
  77 +// }
78 if ($strKey['state']==2){ 78 if ($strKey['state']==2){
79 $this->apiResponse(303,'当前设备故障'); 79 $this->apiResponse(303,'当前设备故障');
80 } 80 }