GET api/LoveGift/List?PageSize={PageSize}&Search={Search}&PageID={PageID}

前台--分页获取相亲礼物列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

前台--分页获取相亲礼物列表

PagedOfmh163k_LoveGift_Item
NameDescriptionTypeAdditional information
Data

Collection of mh163k_LoveGift_Item

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<PagedOfmh163k_LoveGift_ItemXapWIRun 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.LoveGift.Service.Model">
    <d2p1:mh163k_LoveGift_Item>
      <d2p1:BuyCreditAmount>5</d2p1:BuyCreditAmount>
      <d2p1:CoverUrl>sample string 4</d2p1:CoverUrl>
      <d2p1:GiftName>sample string 2</d2p1:GiftName>
      <d2p1:GiftUnit>sample string 3</d2p1:GiftUnit>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Intorder>7</d2p1:Intorder>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:SaleCreditAmount>6</d2p1:SaleCreditAmount>
    </d2p1:mh163k_LoveGift_Item>
    <d2p1:mh163k_LoveGift_Item>
      <d2p1:BuyCreditAmount>5</d2p1:BuyCreditAmount>
      <d2p1:CoverUrl>sample string 4</d2p1:CoverUrl>
      <d2p1:GiftName>sample string 2</d2p1:GiftName>
      <d2p1:GiftUnit>sample string 3</d2p1:GiftUnit>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Intorder>7</d2p1:Intorder>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:SaleCreditAmount>6</d2p1:SaleCreditAmount>
    </d2p1:mh163k_LoveGift_Item>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfmh163k_LoveGift_ItemXapWIRun>