From 113ff1aa0d62549730f1413fe5ffcadcf3a14f11 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 23 八月 2022 11:37:24 +0800 Subject: [PATCH] 2022-08-23 --- src/tabviews/verupmanage/actionList/index.jsx | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/tabviews/verupmanage/actionList/index.jsx b/src/tabviews/verupmanage/actionList/index.jsx index 41c9e8b..b9d18d3 100644 --- a/src/tabviews/verupmanage/actionList/index.jsx +++ b/src/tabviews/verupmanage/actionList/index.jsx @@ -496,6 +496,8 @@ } } else if (btn.sysInterface === 'true' && options.cloudServiceApi) { res.rduri = options.cloudServiceApi + res.userid = sessionStorage.getItem('CloudUserID') || '' + res.LoginUID = sessionStorage.getItem('CloudLoginUID') || '' } else if (btn.sysInterface !== 'true') { res.rduri = btn.interface } @@ -535,7 +537,7 @@ _callbackparam.open_key = Utils.encryptOpenKey(_callbackparam.secretkey, _callbackparam.timestamp) } - return Api.getLocalConfig(_callbackparam) + return Api.genericInterface(_callbackparam) } else { if (response.status) { // 涓�娆¤姹傛垚鍔燂紝杩涜涓嬩竴椤硅姹� @@ -558,7 +560,7 @@ if (!res.status) { errRes = res } - return Api.getLocalConfig(_localParam) + return Api.genericInterface(_localParam) } else if (res.status) { if (params.length === 0) { this.execSuccess(btn, res) -- Gitblit v1.8.0