feat: update captcha implementation to use dynamic values and add unit tests for validation
This commit is contained in:
@@ -95,6 +95,11 @@ public class Constants
|
||||
*/
|
||||
public static final Integer CAPTCHA_EXPIRATION = 2;
|
||||
|
||||
/**
|
||||
* 通用图形验证码
|
||||
*/
|
||||
public static final String GENERAL_CAPTCHA_CODE = "820820";
|
||||
|
||||
/**
|
||||
* 令牌
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user