flat: 修复

This commit is contained in:
Apcallover
2024-04-18 10:30:16 +08:00
parent 90983e1f9c
commit 6252068315
7 changed files with 4903 additions and 4870 deletions

View File

@@ -97,7 +97,7 @@ export const addInviteCompanyAuth = (params) => {
return request({
url: '/api/jobslink-api/tenant/company/app/inviteCompany/auth',
method: 'post',
params
data: params
})
}