Route::POST('is_login', 'login.Api/is_login') ->pattern(['type' => '\w+']);
public function is_login(String $type){ }