find(1); return $data; } public function hello($name = 'ThinkPHP6') { return 'hello,' . $name; } }