Commit 740d0bfa by 唐功亮

增加打印 语句

parent 701ba9ff
...@@ -211,6 +211,7 @@ public class TimescodeRegiServiceImpl extends ServiceImpl<TimescodeRegiDao, Time ...@@ -211,6 +211,7 @@ public class TimescodeRegiServiceImpl extends ServiceImpl<TimescodeRegiDao, Time
// 获取returnstatus节点对象 // 获取returnstatus节点对象
String returnstatus = document.selectSingleNode("//returnstatus").getText(); String returnstatus = document.selectSingleNode("//returnstatus").getText();
log.info("login验证码发送信息:"+returnstatus); log.info("login验证码发送信息:"+returnstatus);
log.info("验证码为:"+pass);
if (returnstatus.equals("Success")){ if (returnstatus.equals("Success")){
//保存验证码信息log_message表 //保存验证码信息log_message表
state="发送成功"; state="发送成功";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment