Commit 9f069e62 authored by 技术部-任文超's avatar 技术部-任文超

更新文案

parent bfb3b2f0
......@@ -13,7 +13,7 @@ import java.util.concurrent.ThreadLocalRandom;
public class PasswordUtil {
private static final String PASSWORD_SALT = "_lkb";
public static final String PASSWORD_DEFAULT = "123456";
public static final String TOAST_MSG = "8~20位,不能仅包含数字,字母,字符";
public static final String TOAST_MSG = "8~20位,须包含字母,数字,符号至少两种";
private static final char[] HEX_DIGITS = {
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment