mirror of
https://gitee.com/dromara/sa-token.git
synced 2024-12-02 11:57:40 +08:00
docs 订正变量名错误
This commit is contained in:
parent
658284bed3
commit
bd0443c3cf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user