正则调整
This commit is contained in:
@@ -20,7 +20,7 @@ public interface PatternRegex {
|
|||||||
/**
|
/**
|
||||||
* APP密码,长度为8-16
|
* APP密码,长度为8-16
|
||||||
*/
|
*/
|
||||||
String APP_PASSWORD_REGEX = "{8,16}$";
|
String APP_PASSWORD_REGEX = "^.{8,16}$";
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user