perf:增加版本对比器

This commit is contained in:
曾文豪
2023-03-31 10:35:21 +08:00
parent 06f295bb66
commit c5f8508a9e
6 changed files with 18 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ public class TestController {
@TokenIgnore
public void redirect(HttpServletResponse response) {
// tsTokenConfig.validToken("eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NzYwMDY4NzUsImlkIjoiMSIsImVudmlyb25tZW50VHlwZSI6Im1vYmlsZSIsInNlcnZpY2UiOiJjb250ZXN0LXJlc2VydmUiLCJleHRyYSI6IiJ9.nsfxEFpCNHC7eNCS5DJXdu1VDdnHrTjSfgrozND70Lc", true);
// globalConfig.redirect("mobile", "/test", response);
globalConfig.redirect("mobile", "/test", response);
}