@@ -91,6 +91,7 @@ public class AliSmsServiceImpl implements IAliSmsService {
//发送带指定短信code带参数发送不同短信内容
try{
SendSmsResponse response = SmsUtils.sendSms(tel,SIGNNAME,code,param,ACCESSKEYID,ACCESSKEYSECRET);
+ LOGGER.error("发送短信结果:"+JSON.toJSONString(response));
if(response.getBody().getMessage().equals("OK")){
SmsAddBo smsAddBo = new SmsAddBo();
smsAddBo.setCode(param);