Commit 188c6a54 by Li Feifei

debug

parent 7f257399
...@@ -21,5 +21,5 @@ func Interceptor(ctx context.Context, req interface{}, info *grpc.UnaryServerInf ...@@ -21,5 +21,5 @@ func Interceptor(ctx context.Context, req interface{}, info *grpc.UnaryServerInf
return nil, status.Error(codes.Unauthenticated, "请求超过限制,请稍后再试") return nil, status.Error(codes.Unauthenticated, "请求超过限制,请稍后再试")
} }
} }
return handler(ctx, req)
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment