Commit 3edf023a authored by 张伯涛's avatar 张伯涛

对称加密

parent 0b6e38cd
......@@ -63,3 +63,12 @@ export function openapilogDetailApi(id) {
method: 'get'
})
}
/** 组织机构获取secretKey解密*/
export function iaminstitutionDecrypt(params) {
return request({
url: '/iaminstitution/decrypt',
method: 'get',
params: params
})
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment