mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-10 09:12:27 +08:00
大量优化
This commit is contained in:
@@ -208,7 +208,7 @@ func (c *Controller) v2Login(context *gin.Context) {
|
||||
logger.Error("ParseInt uid error: %v", err)
|
||||
return
|
||||
}
|
||||
responseData := api.NewComboTokenRes()
|
||||
responseData := api.NewComboTokenRsp()
|
||||
account, err := c.dao.QueryAccountByField("accountID", uid)
|
||||
if account == nil || account.Token != loginData.Token {
|
||||
responseData.Retcode = -201
|
||||
|
||||
Reference in New Issue
Block a user