api/expert_manage/getList 加国家筛选
解析简历信息
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user