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