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