getInfo()); } /** * 获取当前url配置 * @return array|mixed */ public function url() { return success((new SystemService())->getUrl()); } /** * 获取系统环境配置 * @return \think\Response */ public function getSystemInfo(){ return success((new SystemService())->getSystemInfo()); } }