From b987be8dd8b6bc1fa01810daa1e1a60e58a3c921 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 04 九月 2020 17:24:36 +0800 Subject: [PATCH] 2020-09-04 --- src/menu/actioncomponent/verifyexcelin/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menu/actioncomponent/verifyexcelin/index.jsx b/src/menu/actioncomponent/verifyexcelin/index.jsx index 3035b8b..5a44338 100644 --- a/src/menu/actioncomponent/verifyexcelin/index.jsx +++ b/src/menu/actioncomponent/verifyexcelin/index.jsx @@ -297,7 +297,7 @@ _sParam.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') + '.000' _sParam.secretkey = Utils.encrypt(_sParam.LText, _sParam.timestamp) - _sParam.open_key = Utils.encrypt(_sParam.secretkey, _sParam.timestamp, true) // 浜戠鏁版嵁楠岃瘉 + _sParam.open_key = Utils.encryptOpenKey(_sParam.secretkey, _sParam.timestamp) // 浜戠鏁版嵁楠岃瘉 Api.getSystemConfig(_sParam).then(res => { if (res.status) { @@ -305,7 +305,7 @@ systemScripts: res.data.map(item => { return { name: item.funcname, - value: Utils.formatOptions(item.longparam, true) + value: Utils.UnformatOptions(item.longparam) } }) }) -- Gitblit v1.8.0