mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 10:57:13 +08:00 
			
		
		
		
	refactor: 将验证码唯一标识格式从无符号 UUID 调整为带符号 UUID
This commit is contained in:
		| @@ -39,7 +39,7 @@ public class CaptchaVO implements Serializable { | ||||
|     /** | ||||
|      * 验证码标识 | ||||
|      */ | ||||
|     @Schema(description = "验证码标识", example = "8a5a0296acd141a8b1bd789da867bc1a") | ||||
|     @Schema(description = "验证码标识", example = "090b9a2c-1691-4fca-99db-e4ed0cff362f") | ||||
|     private String uuid; | ||||
|  | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user