大量优化

This commit is contained in:
flswld
2023-01-05 01:29:00 +08:00
parent f991480192
commit 27f16d9063
226 changed files with 2651 additions and 2484 deletions

View File

@@ -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