perf:更改一个方法的名称

This commit is contained in:
曾文豪
2024-10-28 09:24:38 +08:00
parent 832d615273
commit 2f6b5b0b05
2 changed files with 4 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ public class TestController {
@RequestMapping("/index")
@TokenIgnore
public void index(HttpServletResponse response) {
globalConfig.redirect("mobile", "/test", response);
globalConfig.redirectWithVer("mobile", "/test", response);
}
@RequestMapping("/redirect")
@@ -75,7 +75,8 @@ public class TestController {
@RoleAuthority("redirect")
public ApiResp<JsonTest> redirect(HttpServletResponse response) {
encryptConfig.passwdCreate("111111@Zz", "");
String s1 = encryptConfig.passwdCreate("qU3?wE3{bX", "");
LogFactory.get().info(s1);
JsonTest jsonTest = new JsonTest();
jsonTest.setNow(DateUtil.date());