From aeb37d4af83ff43e6d9e5bcded1b33c7afe9f352 Mon Sep 17 00:00:00 2001 From: luyao <839377654@qq.com> Date: Sun, 21 Aug 2022 23:14:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9A=84=E7=9A=84=E5=A4=A7V?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VerificationCode.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/VerificationCode.java b/VerificationCode.java index 7ee6481..de36877 100644 --- a/VerificationCode.java +++ b/VerificationCode.java @@ -212,9 +212,6 @@ public class CreateImageCode { return buffImg; } - public String getCode() { - return code.toLowerCase(); - } //使用方法 /*public void getCode3(HttpServletRequest req, HttpServletResponse response,HttpSession session) throws IOException{