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