更改成为https
This commit is contained in:
@@ -377,4 +377,14 @@ public class StringUtil extends StringUtils {
|
||||
|
||||
return sb.toString();
|
||||
}
|
||||
|
||||
/**
|
||||
* 密码校验
|
||||
* @param password
|
||||
* @return
|
||||
*/
|
||||
// public static String passwordCheck(String password){
|
||||
// int length = password.length();
|
||||
// if (length)
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user