#220 改为 uat环境

Merged
yehongyang merged 1 commits from feature_mps_2 into develop 3 years ago
  1. +16
    -5
      utils/k3cloud.go

+ 16
- 5
utils/k3cloud.go View File

@ -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() {


Loading…
Cancel
Save