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