|
@@ -23,7 +23,7 @@ export const enterpriseInviteRefresh = async (code) => {
|
|
|
})
|
|
|
}
|
|
|
|
|
|
-// 企业者-同意加入
|
|
|
+// 企业管理员-同意加入集团
|
|
|
export const enterpriseInviteRecordConsent = async (params) => {
|
|
|
return await request.post({
|
|
|
tokenIndex: 1, // 使用招聘token
|
|
@@ -32,7 +32,7 @@ export const enterpriseInviteRecordConsent = async (params) => {
|
|
|
})
|
|
|
}
|
|
|
|
|
|
-// 求职者-同意加入
|
|
|
+// 求职者-同意加入企业
|
|
|
export const enterpriseInvitePersonRecordConsent = async (params) => {
|
|
|
return await request.post({
|
|
|
tokenIndex: 2, // 使用求职token
|