Commit 4d1d7e99 by YG8999

其他平台推送回调更新

parent 12691b29
......@@ -395,6 +395,7 @@ public class SmsServiceImpl implements SmsService {
SmsLog smsLog = new SmsLog();
smsLog.setDownResult(vo.getCode());
smsLog.setDownDesc(vo.getMsg());
smsLog.setMsgId(vo.getMsgId());
String param = JSONUtil.toJsonStr(data);
if (param != null && param.length() < 1500) {
smsLog.setDownParam(param);
......
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