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