ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
- 模块/控制器/方法 ```` /** * 获取指定的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']], ], ];