作者 赵彬吉

update

... ... @@ -39,6 +39,18 @@ class BaseController extends Controller
}
$this->get_param();
}
/**
* admin端用渲染 不走接口
* @return mixed
* @author zbj
* @date 2023/4/19
*/
public function manage(){
return Session::get('manage');
}
/**
* 成功返回
* @param array $data
... ...