|
|
@@ -167,7 +167,7 @@ public class IcLeaderMailboxController {
|
|
167
|
167
|
|
|
168
|
168
|
// 获取验证码数字字符串
|
|
169
|
169
|
String yzm_code = SecurityCode.getSecurityCode(4, SecurityCode.SecurityCodeLevel.Hard, false).toLowerCase();
|
|
170
|
|
- //request.getSession().setAttribute("Service_Code", yzm_code);
|
|
|
170
|
+ request.getSession().setAttribute("Service_Code", yzm_code);
|
|
171
|
171
|
// 生成验证码图片
|
|
172
|
172
|
image = SecurityImage.createImage(yzm_code, fontSize, width, heigth);
|
|
173
|
173
|
|