Commit b3f86d3f by YG8999

短信日志写入修改

parent 87032c97
......@@ -387,6 +387,9 @@ public class SmsServiceImpl implements SmsService {
}
smsLog.setResult(isSuccess ? 1 : 0);
smsLog.setRemark(sb.toString());
} else {
smsLog.setResult(1);
smsLog.setRemark(result.getStr("message"));
}
}
}
......
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