From e2556d9ef50598ce389a2a8e6511aaadf116697c Mon Sep 17 00:00:00 2001 From: yehongyang Date: Mon, 3 Jan 2022 20:53:23 +0800 Subject: [PATCH] =?UTF-8?q?UAT=E7=8E=AF=E5=A2=83=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/k3cloud.go | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/utils/k3cloud.go b/utils/k3cloud.go index eb1d9d2..65b3f40 100644 --- a/utils/k3cloud.go +++ b/utils/k3cloud.go @@ -44,16 +44,26 @@ func K3configTestInit() { K3Obj = k3config } -//瑞玛测试服UAT +//UAT新 const k3url = "http://10.11.12.24/K3Cloud/" -const accID = "61c604a4c1ec4c" -const username = "aps002" -const password = "aps1234" +const accID = "61cff33d2cf273" +const username = "aps001" +const password = "aps202101" const OrgId1 = "100729" -const OrgId2 = "10726" +const OrgId2 = "100726" const NoId1 = "9999" const NoId2 = "9897" +//瑞玛测试服UAT +//const k3url = "http://10.11.12.24/K3Cloud/" +//const accID = "61c604a4c1ec4c" +//const username = "aps002" +//const password = "aps1234" +//const OrgId1 = "100729" +//const OrgId2 = "10726" +//const NoId1 = "9999" +//const NoId2 = "9897" + //瑞玛测试服 //const k3url = "http://10.11.12.31/K3Cloud/" //const accID = "61766af04668d8" -- 2.30.1.windows.1