Xiao_123 hace 1 año
padre
commit
84ccd7f8a4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
   })
 }