fix 修复内网鉴权报错 测试通过

This commit is contained in:
疯狂的狮子Li
2022-02-15 06:37:01 +00:00
committed by Gitee
parent a1e995e800
commit 42acb14ea7
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ import cn.dev33.satoken.util.SaTokenConsts;
* @author kong
*
*/
@Activate(group = {CommonConstants.CONSUMER}, order = -10000)
@Activate(group = {CommonConstants.CONSUMER}, order = -30000)
public class SaTokenDubboConsumerFilter implements Filter {
@Override

View File

@@ -18,7 +18,7 @@ import cn.dev33.satoken.id.SaIdUtil;
* @author kong
*
*/
@Activate(group = {CommonConstants.PROVIDER}, order = -10000)
@Activate(group = {CommonConstants.PROVIDER}, order = -30000)
public class SaTokenDubboProviderFilter implements Filter {
@Override