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