mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-06 10:05:58 +08:00
test
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user