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

@@ -43,7 +43,6 @@ func AddApp(c *gin.Context) {
Code: model.ErrCodeNormal,
Desc: err.Error(),
})
globals.SugarLogger.Debugf("End API :%s error:%v:", c.Request.URL, err)
return
}
if tokenInfo = CheckToken(c); tokenInfo == nil {
@@ -72,7 +71,6 @@ func DelApp(c *gin.Context) {
Code: model.ErrCodeNormal,
Desc: err.Error(),
})
globals.SugarLogger.Debugf("End API :%s error:%v:", c.Request.URL, err)
return
}
if tokenInfo = CheckToken(c); tokenInfo == nil {