GET api/Active/GetPageActives?CategoryId={CategoryId}&ActiveId={ActiveId}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

前台--获取活动 带分页

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CategoryId

分类id

integer

None.

ActiveId

查询结果排序该活动id

integer

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

前台--获取活动 带分页

PagedOfActiveSimpleDto
NameDescriptionTypeAdditional information
Data

Collection of ActiveSimpleDto

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:
<PagedOfActiveSimpleDto_SOYqRlj3 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.Active.Service.Dto">
    <d2p1:ActiveSimpleDto>
      <d2p1:ActiveId>4</d2p1:ActiveId>
      <d2p1:ActiveStatus>SignUping</d2p1:ActiveStatus>
      <d2p1:ActiveTime>sample string 14</d2p1:ActiveTime>
      <d2p1:CategoryId>6</d2p1:CategoryId>
      <d2p1:CategoryName>sample string 1</d2p1:CategoryName>
      <d2p1:ChrAddress>sample string 13</d2p1:ChrAddress>
      <d2p1:ChrTitle>sample string 5</d2p1:ChrTitle>
      <d2p1:Dtappenddate>2024-04-26T15:44:36.0755383+08:00</d2p1:Dtappenddate>
      <d2p1:EndDate>2024-04-26T15:44:36.0755383+08:00</d2p1:EndDate>
      <d2p1:Filepath>sample string 7</d2p1:Filepath>
      <d2p1:Filepath2>sample string 10</d2p1:Filepath2>
      <d2p1:IntNum>8</d2p1:IntNum>
      <d2p1:LimitNum>9</d2p1:LimitNum>
      <d2p1:RealSignUpNums>3</d2p1:RealSignUpNums>
      <d2p1:Shop_X>11.1</d2p1:Shop_X>
      <d2p1:Shop_Y>12.1</d2p1:Shop_Y>
      <d2p1:SignUpNums>2</d2p1:SignUpNums>
    </d2p1:ActiveSimpleDto>
    <d2p1:ActiveSimpleDto>
      <d2p1:ActiveId>4</d2p1:ActiveId>
      <d2p1:ActiveStatus>SignUping</d2p1:ActiveStatus>
      <d2p1:ActiveTime>sample string 14</d2p1:ActiveTime>
      <d2p1:CategoryId>6</d2p1:CategoryId>
      <d2p1:CategoryName>sample string 1</d2p1:CategoryName>
      <d2p1:ChrAddress>sample string 13</d2p1:ChrAddress>
      <d2p1:ChrTitle>sample string 5</d2p1:ChrTitle>
      <d2p1:Dtappenddate>2024-04-26T15:44:36.0755383+08:00</d2p1:Dtappenddate>
      <d2p1:EndDate>2024-04-26T15:44:36.0755383+08:00</d2p1:EndDate>
      <d2p1:Filepath>sample string 7</d2p1:Filepath>
      <d2p1:Filepath2>sample string 10</d2p1:Filepath2>
      <d2p1:IntNum>8</d2p1:IntNum>
      <d2p1:LimitNum>9</d2p1:LimitNum>
      <d2p1:RealSignUpNums>3</d2p1:RealSignUpNums>
      <d2p1:Shop_X>11.1</d2p1:Shop_X>
      <d2p1:Shop_Y>12.1</d2p1:Shop_Y>
      <d2p1:SignUpNums>2</d2p1:SignUpNums>
    </d2p1:ActiveSimpleDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfActiveSimpleDto_SOYqRlj3>