@@ -77,7 +77,7 @@ public class GlobalGatewayFilter implements GlobalFilter {
String secret = request.getHeaders().getFirst("secret");
Long productId = SERVICE_FILTER.get(SERVICE_FILTER.get(serviceName));
- //获取appkey,secret对应的
+ //获取appkey,secret对应的权限信息
RespDTO<Boolean> res = diagbotmanServiceClient.hasPermission(appkey, secret, productId);
}