This commit is contained in:
邹宗楠
2022-11-17 17:44:34 +08:00
parent 22d9045562
commit 5806a9fad8
8 changed files with 20 additions and 32 deletions

View File

@@ -39,7 +39,6 @@ func (a *Auth2Controller) Login(c *gin.Context) {
}
controllers.CallFunc(c, func() (retVal interface{}, errCode string, err error) {
globals.SugarLogger.Debugf("userParam =============params:%s", utils.Format4Output(params, false))
user, err := service.WxLogin(c, params)
if err != nil {
return nil, "", err