修改消息模板加密方式
This commit is contained in:
+4
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user