// +---------------------------------------------------------------------- use think\facade\Route; Route::get('captcha/[:config]','\\think\\captcha\\CaptchaController@index'); Route::get('think', function () { return 'hello,ThinkPHP6!'; });