Commit bccbd8cd authored by honghy's avatar honghy Committed by wux

SendChamp客户端修改发送参数格式

parent 3da8fda1
......@@ -173,6 +173,7 @@ public class SmsSendServiceImpl implements SmsSendService {
smsProducer.sendSmsSendMessage(sendLogId, mobile, channelId,
apiTemplateId, newTemplateParams);
}
return sendLogId;
}
......@@ -392,6 +393,7 @@ public class SmsSendServiceImpl implements SmsSendService {
}
smsProducer.sendSmsSendMessageV2(smsSendMessage);
return sendLogId;
}
......
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