Commit 61c9cb73 authored by 严国华's avatar 严国华

接收短信恢复

parent 6478a7cb
......@@ -78,8 +78,7 @@ public class ZjkSmsInfoServiceImpl extends ServiceImpl<ZjkSmsInfoMapper, ZjkSmsI
info.setSmsContent(content);
info.setParamJson(dto.getParamJson().toJSONString());
info.setTemplateId(dto.getTemplateId());
//TODO 短信发送暂定我的手机
info.setReceivePhone("18171199132");
info.setReceivePhone(contact);
return info;
}).collect(Collectors.toList());
baseMapper.insert(smsInfos);
......
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