GET api/WeChatPublic/GetPageWeChatMaterial?AppId={AppId}&Iskill={Iskill}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

获取文章资源库,带分页

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AppId

AppId

string

None.

Iskill

是否发布

boolean

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

获取文章资源库,带分页

PagedOfWeChatMaterialDto
NameDescriptionTypeAdditional information
Data

Collection of WeChatMaterialDto

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:
<PagedOfWeChatMaterialDtooqPDcdcy 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.WeChat">
    <d2p1:WeChatMaterialDto>
      <d2p1:AppId>sample string 2</d2p1:AppId>
      <d2p1:Author>sample string 3</d2p1:Author>
      <d2p1:CollectTime>2024-04-27T04:46:58.716288+08:00</d2p1:CollectTime>
      <d2p1:CollectUrl>sample string 10</d2p1:CollectUrl>
      <d2p1:Digest>sample string 6</d2p1:Digest>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsKill>true</d2p1:IsKill>
      <d2p1:Thumb_Media_Id>sample string 8</d2p1:Thumb_Media_Id>
      <d2p1:Thumb_Url>sample string 7</d2p1:Thumb_Url>
      <d2p1:Title>sample string 5</d2p1:Title>
      <d2p1:WeChatName>sample string 4</d2p1:WeChatName>
    </d2p1:WeChatMaterialDto>
    <d2p1:WeChatMaterialDto>
      <d2p1:AppId>sample string 2</d2p1:AppId>
      <d2p1:Author>sample string 3</d2p1:Author>
      <d2p1:CollectTime>2024-04-27T04:46:58.716288+08:00</d2p1:CollectTime>
      <d2p1:CollectUrl>sample string 10</d2p1:CollectUrl>
      <d2p1:Digest>sample string 6</d2p1:Digest>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsKill>true</d2p1:IsKill>
      <d2p1:Thumb_Media_Id>sample string 8</d2p1:Thumb_Media_Id>
      <d2p1:Thumb_Url>sample string 7</d2p1:Thumb_Url>
      <d2p1:Title>sample string 5</d2p1:Title>
      <d2p1:WeChatName>sample string 4</d2p1:WeChatName>
    </d2p1:WeChatMaterialDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfWeChatMaterialDtooqPDcdcy>