@Component public class VerifyCodeCache extends Object
@Comment(value="\u6839\u636eUUID\u83b7\u53d6\u9a8c\u8bc1\u7801") public String get(@Comment(value="\u552f\u4e00Key") String uuid)
uuid - 唯一Key@Comment(value="\u653e\u7f6e\u9a8c\u8bc1\u5230\u7f13\u5b58")
public void put(@Comment(value="\u552f\u4e00Key")
String uuid,
@Comment(value="\u9a8c\u8bc1\u7801")
String text)
uuid - 唯一Keytext - 验证码@Comment(value="\u5220\u9664\u9a8c\u8bc1\u7801")
public void remove(@Comment(value="\u552f\u4e00Key")
String uuid)
uuid - 唯一KeyCopyright © 2025. All rights reserved.