类 SmsReportServiceImpl
java.lang.Object
com.cdkjframework.center.service.impl.SmsReportServiceImpl
- 所有已实现的接口:
SmsReportService
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidsignReport(SignReportEntity signReport) 签名审核状态消息接收voidsmsReport(SmsReportEntity smsReport) 上行消息接收voidsmsUpReport(SmsUpEntity smsUp) 状态报告接收voidtemplateReport(TemplateReportEntity templateReport) 模版审核状态消息接收
-
构造器详细资料
-
SmsReportServiceImpl
public SmsReportServiceImpl()构建函数
-
-
方法详细资料
-
smsUpReport
状态报告接收- 指定者:
smsUpReport在接口中SmsReportService- 参数:
smsUp- 短信接收报表
-
smsReport
上行消息接收- 指定者:
smsReport在接口中SmsReportService- 参数:
smsReport- 短信报表
-
signReport
签名审核状态消息接收- 指定者:
signReport在接口中SmsReportService- 参数:
signReport- 签名报表
-
templateReport
模版审核状态消息接收- 指定者:
templateReport在接口中SmsReportService- 参数:
templateReport- 模板报表
-