GET api/LovePopApp/SearchPopApply?PopStaus={PopStaus}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

后台 - 搜索申请

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PopStaus

推广状态

PopularizeStatus

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 搜索申请

PagedOfLovePopApplyAdminListItemDto
NameDescriptionTypeAdditional information
Data

Collection of LovePopApplyAdminListItemDto

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:
<PagedOfLovePopApplyAdminListItemDtoC3Xy5Zq4 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.Love.Service.Dto.PopularizeApply.Admin">
    <d2p1:LovePopApplyAdminListItemDto>
      <d2p1:BuyerUserId>2</d2p1:BuyerUserId>
      <d2p1:CreateTime>2024-03-29T23:51:42.8099402+08:00</d2p1:CreateTime>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:LoveUserContact>sample string 9</d2p1:LoveUserContact>
      <d2p1:LoveUserName>sample string 6</d2p1:LoveUserName>
      <d2p1:LoveUserNumber>sample string 7</d2p1:LoveUserNumber>
      <d2p1:LoveUserTrueName>sample string 8</d2p1:LoveUserTrueName>
      <d2p1:LoveUserWechat>sample string 10</d2p1:LoveUserWechat>
      <d2p1:PayAmount>5</d2p1:PayAmount>
      <d2p1:PayMethod>Cash_WechatPay</d2p1:PayMethod>
      <d2p1:PayOrderId>4</d2p1:PayOrderId>
      <d2p1:PayOrderIdStr>sample string 11</d2p1:PayOrderIdStr>
      <d2p1:PayTime>2024-03-29T23:51:42.8099402+08:00</d2p1:PayTime>
      <d2p1:PopStatus>No</d2p1:PopStatus>
    </d2p1:LovePopApplyAdminListItemDto>
    <d2p1:LovePopApplyAdminListItemDto>
      <d2p1:BuyerUserId>2</d2p1:BuyerUserId>
      <d2p1:CreateTime>2024-03-29T23:51:42.8099402+08:00</d2p1:CreateTime>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:LoveUserContact>sample string 9</d2p1:LoveUserContact>
      <d2p1:LoveUserName>sample string 6</d2p1:LoveUserName>
      <d2p1:LoveUserNumber>sample string 7</d2p1:LoveUserNumber>
      <d2p1:LoveUserTrueName>sample string 8</d2p1:LoveUserTrueName>
      <d2p1:LoveUserWechat>sample string 10</d2p1:LoveUserWechat>
      <d2p1:PayAmount>5</d2p1:PayAmount>
      <d2p1:PayMethod>Cash_WechatPay</d2p1:PayMethod>
      <d2p1:PayOrderId>4</d2p1:PayOrderId>
      <d2p1:PayOrderIdStr>sample string 11</d2p1:PayOrderIdStr>
      <d2p1:PayTime>2024-03-29T23:51:42.8099402+08:00</d2p1:PayTime>
      <d2p1:PopStatus>No</d2p1:PopStatus>
    </d2p1:LovePopApplyAdminListItemDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfLovePopApplyAdminListItemDtoC3Xy5Zq4>