docs 订正变量名错误

This commit is contained in:
Uncarbon 2021-11-08 10:36:34 +08:00
parent 658284bed3
commit bd0443c3cf

View File

@ -107,7 +107,7 @@ public class DubboConsumerFilter implements Filter {
// 追加 Id-Token 参数
RpcContext.getContext().setAttachment(SaIdUtil.ID_TOKEN, SaIdUtil.getToken());
// 如果有其他自定义附加数据,如租户
// RpcContext.getContext().setAttachment("tenantContext", tenantContextBO);
// RpcContext.getContext().setAttachment("tenantContext", tenantContext);
// 开始调用
return invoker.invoke(invocation);