ok(["hello" =>'123', "io" => "/"]); } public function hello($name = 'ThinkPHP6') { return 'hello,' . $name; } }