|
@@ -4,6 +4,7 @@ import request from '@/config/axios'
|
|
export const getBaseInfo = async (params) => {
|
|
export const getBaseInfo = async (params) => {
|
|
return await request.get({
|
|
return await request.get({
|
|
url: '/app-api/menduner/system/person/get',
|
|
url: '/app-api/menduner/system/person/get',
|
|
|
|
+ openEncryption: true,
|
|
params
|
|
params
|
|
})
|
|
})
|
|
}
|
|
}
|
|
@@ -276,6 +277,7 @@ export const getChatKey = async (data) => {
|
|
export const getConversationSync = async (data) => {
|
|
export const getConversationSync = async (data) => {
|
|
return await request.post({
|
|
return await request.post({
|
|
url: '/app-api/im/conversation/sync',
|
|
url: '/app-api/im/conversation/sync',
|
|
|
|
+ openEncryption: true,
|
|
data
|
|
data
|
|
})
|
|
})
|
|
}
|
|
}
|