GET api/WechatTemplate/GetPagedCustomizeWechatTemplates?PageSize={PageSize}&Search={Search}&PageID={PageID}
后台 - 分页搜索自定义模板消息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize |
每页条数 |
integer |
None. |
| Search |
关键字 |
string |
None. |
| Keywords |
关键字 |
string |
None. |
| PageID |
分页页数 |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
后台 - 分页搜索自定义模板消息
PagedOfmh163k_Customize_WechatTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of mh163k_Customize_WechatTemplate |
None. |
|
| TotalRecord | integer |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<PagedOfmh163k_Customize_WechatTemplatevNd_PmbJc 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.Model">
<d2p1:mh163k_Customize_WechatTemplate>
<d2p1:Content>sample string 5</d2p1:Content>
<d2p1:Id>1</d2p1:Id>
<d2p1:LastUpdateTime>2025-12-16T15:58:55.1763103+08:00</d2p1:LastUpdateTime>
<d2p1:Link>sample string 4</d2p1:Link>
<d2p1:LinkType>Url</d2p1:LinkType>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:SerialNum>sample string 2</d2p1:SerialNum>
<d2p1:VariableSeed>sample string 6</d2p1:VariableSeed>
</d2p1:mh163k_Customize_WechatTemplate>
<d2p1:mh163k_Customize_WechatTemplate>
<d2p1:Content>sample string 5</d2p1:Content>
<d2p1:Id>1</d2p1:Id>
<d2p1:LastUpdateTime>2025-12-16T15:58:55.1763103+08:00</d2p1:LastUpdateTime>
<d2p1:Link>sample string 4</d2p1:Link>
<d2p1:LinkType>Url</d2p1:LinkType>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:SerialNum>sample string 2</d2p1:SerialNum>
<d2p1:VariableSeed>sample string 6</d2p1:VariableSeed>
</d2p1:mh163k_Customize_WechatTemplate>
</Data>
<TotalPage>2</TotalPage>
<TotalRecord>1</TotalRecord>
</PagedOfmh163k_Customize_WechatTemplatevNd_PmbJc>