@@ -22,4 +22,12 @@ export const getEnterpriseSubscribeCheck = async (params) => {
url: '/app-api/menduner/system/person/enterprise/subscribe/check',
params
})
+}
+
+// 企业检索
+export const getEnterpriseSearch = async (params) => {
+ return await request.get({
+ url: '/app-api/menduner/system/enterprise/search',
+ params
+ })
}
@@ -43,7 +43,7 @@ export const getSimilarPosition = async (params) => {
// 根据条件搜索招聘职位
export const getJobAdvertisedSearch = async (params) => {
return await request.get({
- url: '/app-api/menduner/system/job/advertised/get/search',
+ url: '/app-api/menduner/system/job/advertised/search',