fin:()更新注入方式

master
Yueng 2024-08-10 22:47:40 +08:00
parent ae8c3db97d
commit 44af1004b2
1 changed files with 0 additions and 2 deletions

View File

@ -41,8 +41,6 @@ public class NacosNamespaceInterceptor<T> implements Interceptor<T> {
}
}
}
log.info("invoke Simple beforeExecute"); // 添加Header
req.addQuery("namespaceId", namespaceId); // 添加URL的Query参数
return true; // 继续执行请求返回true
}