Browse Source

金蝶更新

pull/88/head
yehongyang 3 years ago
parent
commit
77add1bfe4
1 changed files with 5 additions and 7 deletions
  1. +5
    -7
      utils/k3cloud.go

+ 5
- 7
utils/k3cloud.go View File

@ -40,16 +40,14 @@ func K3configTestInit() {
K3Obj = k3config
}
const k3url = "http://101.201.121.115/K3Cloud/"
const accID = "6197725c05f1f6"
const username = "Administrator"
const password = "q1w2e3r4!@#$"
const orgNumber = "100"
const k3url = "http://10.11.12.31/K3Cloud/"
const accID = "61766af04668d8"
const username = "ceshi10"
const password = "1qaz!QAZ"
// 初始化
// 初始化正式环境
func K3configInit() {
k3config := &K3config{}
k3config.OrgNumber = orgNumber
k3config.CloudUrl = k3url
k3config.AcctID = accID
k3config.Password = password


Loading…
Cancel
Save