GET api/SmsInfo/GetPagedTemplates?BizType={BizType}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

后台 - 分页搜索模板

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BizType

关联业务类型搜索

TemplateBizType

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 分页搜索模板

PagedOfSmsTemplateDto
NameDescriptionTypeAdditional information
Data

Collection of SmsTemplateDto

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<PagedOfSmsTemplateDtoQXYWZGzF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Sms">
    <d2p1:SmsTemplateDto>
      <d2p1:ActionType>FrontUserRegister</d2p1:ActionType>
      <d2p1:Business>All</d2p1:Business>
      <d2p1:Content>sample string 8</d2p1:Content>
      <d2p1:IsActivated>true</d2p1:IsActivated>
      <d2p1:Name>sample string 4</d2p1:Name>
      <d2p1:NotifyUserType>ForAll</d2p1:NotifyUserType>
      <d2p1:SerialNum>sample string 3</d2p1:SerialNum>
      <d2p1:Sign>sample string 1</d2p1:Sign>
      <d2p1:SmsId>sample string 9</d2p1:SmsId>
      <d2p1:SpecifiedNotifiedUserContact>sample string 7</d2p1:SpecifiedNotifiedUserContact>
      <d2p1:SpecifiedNotifiedUserId>5</d2p1:SpecifiedNotifiedUserId>
      <d2p1:SpecifiedNotifiedUserName>sample string 6</d2p1:SpecifiedNotifiedUserName>
      <d2p1:TemplateId>2</d2p1:TemplateId>
      <d2p1:Type>Verify</d2p1:Type>
    </d2p1:SmsTemplateDto>
    <d2p1:SmsTemplateDto>
      <d2p1:ActionType>FrontUserRegister</d2p1:ActionType>
      <d2p1:Business>All</d2p1:Business>
      <d2p1:Content>sample string 8</d2p1:Content>
      <d2p1:IsActivated>true</d2p1:IsActivated>
      <d2p1:Name>sample string 4</d2p1:Name>
      <d2p1:NotifyUserType>ForAll</d2p1:NotifyUserType>
      <d2p1:SerialNum>sample string 3</d2p1:SerialNum>
      <d2p1:Sign>sample string 1</d2p1:Sign>
      <d2p1:SmsId>sample string 9</d2p1:SmsId>
      <d2p1:SpecifiedNotifiedUserContact>sample string 7</d2p1:SpecifiedNotifiedUserContact>
      <d2p1:SpecifiedNotifiedUserId>5</d2p1:SpecifiedNotifiedUserId>
      <d2p1:SpecifiedNotifiedUserName>sample string 6</d2p1:SpecifiedNotifiedUserName>
      <d2p1:TemplateId>2</d2p1:TemplateId>
      <d2p1:Type>Verify</d2p1:Type>
    </d2p1:SmsTemplateDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfSmsTemplateDtoQXYWZGzF>