perf;PasswordUtils校验调整

This commit is contained in:
曾文豪
2023-02-26 12:12:42 +08:00
parent dfaeacae92
commit 4196b2531d
3 changed files with 31 additions and 1 deletions

View File

@@ -20,5 +20,14 @@ public class ServletKit extends ServletUtil {
return attributes.getRequest();
}
/**
* 获取客户端IP
*
* @return
*/
public static String getClientIP() {
return getClientIP(getRequest());
}
}