Xiao_123 преди 1 година
родител
ревизия
84ccd7f8a4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/api/enterprise.js

+ 1 - 1
src/api/enterprise.js

@@ -35,7 +35,7 @@ export const getEnterpriseSubscribe = async (data) => {
 // 求职者取消关注企业
 export const getEnterpriseUnsubscribe = async (enterpriseId) => {
   return await request.delete({
-    url: `/app-api/menduner/system/person/job/unfavorite?enterpriseId=` + enterpriseId
+    url: `/app-api/menduner/system/person/enterprise/unsubscribe?enterpriseId=` + enterpriseId
   })
 }