|
@@ -9,10 +9,10 @@ export const getList = (query) => {
|
|
|
});
|
|
|
};
|
|
|
|
|
|
-// 获取招聘详情 /business/hireInfo/{hireInfoId}
|
|
|
+// 获取招聘详情 /business/hireInfo/getInfo/{hireInfoId}
|
|
|
export const getDetail = (hireInfoId) => {
|
|
|
return request({
|
|
|
- url: `/business/hireInfo/${hireInfoId}`,
|
|
|
+ url: `/business/hireInfo/getInfo/${hireInfoId}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|