作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

后台设备模块开发

... ... @@ -127,7 +127,7 @@ class AdminLightController extends AdminBaseController
}
//获取区域下所有位置
public function getLocation($id,$lightId="")
public function getLocation($id="",$lightId="")
{
if (empty($id)) {
$id = $this->request->param('id');
... ...