This commit is contained in:
Daniel 2023-06-20 17:56:04 +08:00
parent 5f13dea7af
commit e88ee6b2b8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 2 additions and 3 deletions

View file

@ -582,7 +582,6 @@ func Login(userName, password, captcha string, cloudRegion int) (ret *gulu.Resul
ret.Msg = Conf.Language(18) + ": " + err.Error()
return
}
logging.LogInfof(resp.Status)
ret = &gulu.Result{
Code: int(result["code"].(float64)),
Msg: result["msg"].(string),