!50 sa-token-solon-plugin: 修复一个笔误

Merge pull request !50 from 刘西东/dev
This commit is contained in:
省长 2021-06-05 19:17:22 +08:00 committed by Gitee
commit 4515b06fb6

View File

@ -43,6 +43,6 @@ public class SaContextForSolon implements SaTokenContext {
*/
@Override
public boolean matchPath(String pattern, String path) {
return PathAnalyzer.get(path).matches(path);
return PathAnalyzer.get(pattern).matches(path);
}
}