api/expert_manage/getList 加国家筛选

解析简历信息
This commit is contained in:
wyn
2026-06-08 11:00:54 +08:00
parent 1d54946fef
commit aee9b00c6f
5 changed files with 100 additions and 3 deletions

View File

@@ -302,7 +302,8 @@ class Author extends Controller
private function resolveFormAction()
{
return rtrim($this->request->root(), '/') . '/api/author/index';
// 生产环境未配置伪静态时需带 index.php如 /public/index.php/api/author/index
return rtrim($this->request->baseFile(), '/') . '/api/author/index';
}
private function renderReportPage(array $params, $formAction)