|
|
@ -17,6 +17,7 @@ type K3config struct { |
|
|
|
session *util.Browser |
|
|
|
K3Response response.K3ResponseStruct |
|
|
|
FUseOrgId string `json:"FUseOrgId1"` |
|
|
|
FUseOrgNo string `json:"FUseOrgId1"` |
|
|
|
} |
|
|
|
|
|
|
|
var K3Obj *K3config |
|
|
@ -36,6 +37,7 @@ func K3configTestInit() { |
|
|
|
k3config.LcID = 2052 |
|
|
|
k3config.FUseOrgId = "1" |
|
|
|
k3config.session = util.NewBrowser() |
|
|
|
k3config.FUseOrgNo = "100" |
|
|
|
k3config.Login() |
|
|
|
K3Obj = k3config |
|
|
|
} |
|
|
@ -55,6 +57,7 @@ func K3configInit() { |
|
|
|
k3config.LcID = 2052 |
|
|
|
k3config.FUseOrgId = "1" |
|
|
|
k3config.session = util.NewBrowser() |
|
|
|
k3config.FUseOrgNo = "100" |
|
|
|
k3config.Login() |
|
|
|
K3Obj = k3config |
|
|
|
} |
|
|
|