|  | @@ -93,9 +93,7 @@ public class A00001Service extends A00001BaseModel implements ExecProcessFlow {
 | 
											
												
													
														|  |              UtilTools.putUserCache(ID, code);
 |  |              UtilTools.putUserCache(ID, code);
 | 
											
												
													
														|  |              UtilTools.putCache(XIConstant.CODESENDNUM,verifyNumKey,++codesendNum);
 |  |              UtilTools.putCache(XIConstant.CODESENDNUM,verifyNumKey,++codesendNum);
 | 
											
												
													
														|  |              if(this.getA_a00001().getChannel().equals(MessageChannel.email.getIndex())){
 |  |              if(this.getA_a00001().getChannel().equals(MessageChannel.email.getIndex())){
 | 
											
												
													
														|  | -                MailProperties p = UtilTools.getBean(MailProperties.class);
 |  | 
 | 
											
												
													
														|  | -                System.out.println(p.getHost());
 |  | 
 | 
											
												
													
														|  | -                System.out.println(p.getUsername());
 |  | 
 | 
											
												
													
														|  | 
 |  | +                System.out.println("您的邮箱验证码:"+code);
 | 
											
												
													
														|  |  //                MFServiceUtils.getMailService()
 |  |  //                MFServiceUtils.getMailService()
 | 
											
												
													
														|  |  //                        .sendSimpleMail(this.getA_a00001().getMailOrPhone(), "验证码", "您的邮箱验证码:" + code);
 |  |  //                        .sendSimpleMail(this.getA_a00001().getMailOrPhone(), "验证码", "您的邮箱验证码:" + code);
 | 
											
												
													
														|  |                  Map<String, Object> var3 =new HashMap<>();
 |  |                  Map<String, Object> var3 =new HashMap<>();
 | 
											
										
											
												
													
														|  | @@ -103,8 +101,6 @@ public class A00001Service extends A00001BaseModel implements ExecProcessFlow {
 | 
											
												
													
														|  |                  var3.put("verification_code",code);
 |  |                  var3.put("verification_code",code);
 | 
											
												
													
														|  |                  MFServiceUtils.getMailService()
 |  |                  MFServiceUtils.getMailService()
 | 
											
												
													
														|  |                          .sendTemplateMail(this.getA_a00001().getMailOrPhone(), this.getA_a00001().getMailOrPhone(), var3,"mail_script");
 |  |                          .sendTemplateMail(this.getA_a00001().getMailOrPhone(), this.getA_a00001().getMailOrPhone(), var3,"mail_script");
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  |              }else if(this.getA_a00001().getChannel().equals(MessageChannel.phone.getIndex())){
 |  |              }else if(this.getA_a00001().getChannel().equals(MessageChannel.phone.getIndex())){
 | 
											
												
													
														|  |                  IdentifyingCodeUtil.sendSMSAli(this.getA_a00001().getMailOrPhone(),code);
 |  |                  IdentifyingCodeUtil.sendSMSAli(this.getA_a00001().getMailOrPhone(),code);
 | 
											
												
													
														|  |              }
 |  |              }
 |