|
|
@@ -271,7 +271,7 @@ func validToken(token string) gtoken.Resp {
|
|
|
return grsp
|
|
|
}
|
|
|
|
|
|
- authService := InitMicroSrvClient("Auth", "micro_srv.auth")
|
|
|
+ authService := InitMicroSrvClient("Admin", "micro_srv.auth")
|
|
|
defer authService.Close()
|
|
|
rsp := &auth.Response{}
|
|
|
err := authService.Call(context.TODO(), "ValidToken", token, rsp)
|