正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
@@ -75,6 +75,9 @@ class AesController extends HomeBaseController{ | @@ -75,6 +75,9 @@ class AesController extends HomeBaseController{ | ||
75 | if ($strKey['use']==1){ | 75 | if ($strKey['use']==1){ |
76 | $this->apiResponse(303,'当前设备正在使用'); | 76 | $this->apiResponse(303,'当前设备正在使用'); |
77 | } | 77 | } |
78 | + if ($strKey['state']==2){ | ||
79 | + $this->apiResponse(303,'当前设备故障'); | ||
80 | + } | ||
78 | $strMac=$this->macToStr($strKey['mac_address']); | 81 | $strMac=$this->macToStr($strKey['mac_address']); |
79 | $key="ff0ca2".$strMac."5500ef"; | 82 | $key="ff0ca2".$strMac."5500ef"; |
80 | $lockKey=$this->ToArray($key); | 83 | $lockKey=$this->ToArray($key); |
-
请 注册 或 登录 后发表评论