|
|
|
@ -305,7 +305,7 @@ class OtherController extends CommonController
|
|
|
|
{
|
|
|
|
{
|
|
|
|
$model = new DoorRepository();
|
|
|
|
$model = new DoorRepository();
|
|
|
|
$result = $model->getAllDoorInfo();
|
|
|
|
$result = $model->getAllDoorInfo();
|
|
|
|
dd(json_encode($result));
|
|
|
|
dd(json_encode($result,JSON_UNESCAPED_UNICODE));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|