hjc před 1 rokem
rodič
revize
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 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