...
|
...
|
@@ -75,6 +75,9 @@ class AesController extends HomeBaseController{ |
|
|
if ($strKey['use']==1){
|
|
|
$this->apiResponse(303,'当前设备正在使用');
|
|
|
}
|
|
|
if ($strKey['state']==2){
|
|
|
$this->apiResponse(303,'当前设备故障');
|
|
|
}
|
|
|
$strMac=$this->macToStr($strKey['mac_address']);
|
|
|
$key="ff0ca2".$strMac."5500ef";
|
|
|
$lockKey=$this->ToArray($key);
|
...
|
...
|
|