feat: delete useless

This commit is contained in:
engigu
2024-01-01 13:36:01 +08:00
parent d8f8927c7c
commit efa20ae093
2 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ func GetAuth(c *gin.Context) {
appG = app.Gin{C: c}
req ReqAuth
)
add
errCode, errMsg := app.BindJsonAndPlayValid(c, &req)
if errCode != e.SUCCESS {
appG.CResponse(errCode, errMsg, nil)