hjc 1 год назад
Родитель
Сommit
001dba9212

+ 1 - 1
unis-plugin/unis-plugin-biz/src/main/java/com/unis/interactiveCommunication/modular/icLeaderMailbox/controller/IcLeaderMailboxController.java

@@ -167,7 +167,7 @@ public class IcLeaderMailboxController {
167
 
167
 
168
         // 获取验证码数字字符串
168
         // 获取验证码数字字符串
169
         String yzm_code = SecurityCode.getSecurityCode(4, SecurityCode.SecurityCodeLevel.Hard, false).toLowerCase();
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
         image = SecurityImage.createImage(yzm_code, fontSize, width, heigth);
172
         image = SecurityImage.createImage(yzm_code, fontSize, width, heigth);
173
 
173