Browse Source

Merge pull request '改为 uat环境' (#220) from feature_mps_2 into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_CHEERSSON_BACKEND/pulls/220
pull/221/head
yehongyang 3 years ago
parent
commit
fbfa8d66ad
1 changed files with 16 additions and 5 deletions
  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