接口 SmsReportService

所有已知实现类:
SmsReportServiceImpl

public interface SmsReportService
  • 方法详细资料

    • smsUpReport

      void smsUpReport(SmsUpEntity smsUp)
      状态报告接收
      参数:
      smsUp - 短信接收报表
    • smsReport

      void smsReport(SmsReportEntity smsReport)
      上行消息接收
      参数:
      smsReport - 短信报表
    • signReport

      void signReport(SignReportEntity signReport)
      签名审核状态消息接收
      参数:
      signReport - 签名报表
    • templateReport

      void templateReport(TemplateReportEntity templateReport)
      模版审核状态消息接收
      参数:
      templateReport - 模板报表