Commit 069e192f authored by honghy's avatar honghy Committed by wux

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

parent bccbd8cd
......@@ -173,7 +173,6 @@ public class SmsSendServiceImpl implements SmsSendService {
smsProducer.sendSmsSendMessage(sendLogId, mobile, channelId,
apiTemplateId, newTemplateParams);
}
return sendLogId;
}
......@@ -391,8 +390,6 @@ public class SmsSendServiceImpl implements SmsSendService {
if ((Objects.isNull(businessProperties) || !businessProperties.isDebug()) && smsChannel.getStatus() == 0) {
smsProducer.sendSmsSendMessageV2(smsSendMessage);
}
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