正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
@@ -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 | } |
-
请 注册 或 登录 后发表评论