🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
- 模块/控制器/方法 ```` /** * 获取指定的banner信息 * @url /banner/id * @http GET * @id banner的id号 */ ```` Request::instance(); Config::get('app_debug') == config('app_debug') ```` return [ '__pattern__' => [ 'name' => '\w+', ], '[hello]' => [ ':id' => ['index/hello', ['method' => 'get'], ['id' => '\d+']], ':name' => ['index/hello', ['method' => 'post']], ], ];