Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
luguohuakai committed Oct 18, 2022
1 parent 892c682 commit 26bd41a
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions srun/srun.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,25 +249,25 @@ var ssoSuccess = map[string]string{
}

type HttpResultSso struct {
ServerFlag int `json:"ServerFlag"`
ServicesIntfServerIP string `json:"ServicesIntfServerIP"`
ServicesIntfServerPort string `json:"ServicesIntfServerPort"`
CheckoutDate int `json:"checkout_date,omitempty"`
ClientIp string `json:"client_ip,omitempty"`
Ecode string `json:"ecode,omitempty"`
Error string `json:"error,omitempty"`
ErrorMsg string `json:"error_msg,omitempty"`
OnlineIp string `json:"online_ip,omitempty"`
RealName string `json:"real_name,omitempty"`
RemainFlux int `json:"remain_flux,omitempty"`
RemainTimes int `json:"remain_times,omitempty"`
Res string `json:"res,omitempty"`
SrunVer string `json:"srun_ver,omitempty"`
SucMsg string `json:"suc_msg,omitempty"`
Sysver string `json:"sysver,omitempty"`
Username string `json:"username,omitempty"`
WalletBalance int `json:"wallet_balance,omitempty"`
PloyMsg string `json:"ploy_msg,omitempty"`
ServerFlag int `json:"ServerFlag"`
ServicesIntfServerIP string `json:"ServicesIntfServerIP"`
ServicesIntfServerPort string `json:"ServicesIntfServerPort"`
CheckoutDate int `json:"checkout_date,omitempty"`
ClientIp string `json:"client_ip,omitempty"`
Ecode interface{} `json:"ecode,omitempty"`
Error string `json:"error,omitempty"`
ErrorMsg string `json:"error_msg,omitempty"`
OnlineIp string `json:"online_ip,omitempty"`
RealName string `json:"real_name,omitempty"`
RemainFlux int `json:"remain_flux,omitempty"`
RemainTimes int `json:"remain_times,omitempty"`
Res string `json:"res,omitempty"`
SrunVer string `json:"srun_ver,omitempty"`
SucMsg string `json:"suc_msg,omitempty"`
Sysver string `json:"sysver,omitempty"`
Username string `json:"username,omitempty"`
WalletBalance int `json:"wallet_balance,omitempty"`
PloyMsg string `json:"ploy_msg,omitempty"`
}

type SsoResult struct {
Expand Down

0 comments on commit 26bd41a

Please sign in to comment.