修改消息模板加密方式

This commit is contained in:
fengachen
2021-09-23 14:05:54 +08:00
parent 06f9637461
commit 792c480de6
2 changed files with 18 additions and 15 deletions
+4 -1
View File
@@ -112,6 +112,8 @@ export const transitRESTful = {
const getContactsByCompany = (params) => getAction('/company/payContactsManagement/queryByCompanyMeeting', params)
// 通过联系人id获取联系人信息
const getContactsById = (param) => getAction('/company/payContactsManagement/queryByIdMeeting', param)
// 加密获取key 与 iv
const getKeyIv = (param) => getAction('/sys/getEncryptedString',param)
export {
addRole,
@@ -173,7 +175,8 @@ export {
getContactsByCompany,
queryallRoles,
getContactsById,
getFileInfo
getFileInfo,
getKeyIv
}