This commit is contained in:
Gordon
2023-03-10 20:16:27 +08:00
parent 1e1fc188b4
commit ef0b9a9ebe
3 changed files with 4 additions and 37 deletions
+1 -2
View File
@@ -32,8 +32,7 @@ func (o *Auth) UserRegister(c *gin.Context) {
}
func (o *Auth) UserToken(c *gin.Context) {
a2r.Call2(auth.AuthClient.UserToken, o.client, c)
a2r.Call(auth.AuthClient.UserToken, o.client, c)
}
func (o *Auth) ParseToken(c *gin.Context) {