Browse Source

修改代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/618/head
zouap 3 years ago
parent
commit
bac11fc653
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/user/auth.go

+ 1
- 0
routers/user/auth.go View File

@@ -225,6 +225,7 @@ func SignInPost(ctx *context.Context, form auth.SignInForm) {
} else {
ctx.ServerError("UserSignIn", err)
}
log.Info("Go this 1-1.")
return
}
log.Info("Go this 2.")


Loading…
Cancel
Save