|
@@ -114,6 +114,7 @@ export const getEnterpriseBaseInfo = async () => {
|
|
|
export const updateEnterpriseBaseInfo = async (data) => {
|
|
|
return await request.post({
|
|
|
url: '/app-api/menduner/system/recruit/enterprise/update',
|
|
|
+ openEncryption: true,
|
|
|
data
|
|
|
})
|
|
|
}
|
|
@@ -130,6 +131,7 @@ export const updateEnterpriseAlbum = async (data) => {
|
|
|
export const saveEnterpriseBusiness = async (data) => {
|
|
|
return await request.post({
|
|
|
url: '/app-api/menduner/system/recruit/enterprise/business/save',
|
|
|
+ openEncryption: true,
|
|
|
data
|
|
|
})
|
|
|
}
|