From 9b756cda5260b22f001ac0598a21cc15eb65f966 Mon Sep 17 00:00:00 2001 From: "DESKTOP-4672LME\\Xu Tengfei" Date: Sat, 25 Dec 2021 11:27:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA=20uat=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/k3cloud.go | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/utils/k3cloud.go b/utils/k3cloud.go index 97846fa..e7eb21f 100644 --- a/utils/k3cloud.go +++ b/utils/k3cloud.go @@ -44,14 +44,25 @@ func K3configTestInit() { K3Obj = k3config } -const k3url = "http://10.11.12.31/K3Cloud/" -const accID = "61766af04668d8" -const username = "APS2" -const password = "q1w2e3r4" +//瑞玛测试服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 = "" +const NoId2 = "9897" + +//瑞玛测试服 +//const k3url = "http://10.11.12.31/K3Cloud/" +//const accID = "61766af04668d8" +//const username = "APS2" +//const password = "q1w2e3r4" +//const OrgId1 = "100729" +//const OrgId2 = "10726" +//const NoId1 = "9999" +//const NoId2 = "9897" // 初始化正式环境 func K3configInit() {