@ -71,6 +71,7 @@ public class TencentSmsScript implements SmsScript {
.phone(Long.valueOf(phone))
.supplierId(tencentSmsParam.getSupplierId())
.supplierName(tencentSmsParam.getSupplierName())
.msgContent(smsParam.getContent())
.seriesId(sendStatus.getSerialNo())
.chargingNum(Math.toIntExact(sendStatus.getFee()))
.status(SmsStatus.SEND_SUCCESS.getCode())
@ -45,6 +45,11 @@ public class SmsRecord {
*/
private String supplierName;
/**
* 短信发送的内容
private String msgContent;
* 批次号Id