Kaynağa Gözat

开启加密

lifanagju_citu 6 ay önce
ebeveyn
işleme
9e4a2dfa99
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      src/api/common/index.js

+ 2 - 0
src/api/common/index.js

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