GET api/LovePopApp/SearchMyPopApply

会员中心 - 搜索我的申请

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

会员中心 - 搜索我的申请

Collection of LovePopApplyAdminListItemDto
NameDescriptionTypeAdditional information
Id

推广标识

integer

None.

BuyerUserId

购买推广人相亲会员用户标识

integer

None.

CreateTime

购买时间

date

None.

PayOrderId

订单号

integer

None.

PayAmount

支付金额(分)

integer

None.

PayAmountYuan

支付金额(元)

decimal number

None.

PayMethod

支付方式

NewPayTypeMore

None.

PayTime

支付时间

date

None.

PopStatus

推广状态

PopularizeStatus

None.

LoveUserName

购买相亲会员名

string

None.

LoveUserNumber

购买相亲会员编号

string

None.

LoveUserTrueName

购买相亲会员真名

string

None.

LoveUserContact

购买相亲会员联系方式

string

None.

LoveUserWechat

购买相亲会员微信

string

None.

HasPaid

是否已支付

boolean

None.

PayOrderIdStr

订单号文本值

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfLovePopApplyAdminListItemDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.PopularizeApply.Admin">
  <LovePopApplyAdminListItemDto>
    <BuyerUserId>2</BuyerUserId>
    <CreateTime>2024-04-20T13:51:43.5599951+08:00</CreateTime>
    <Id>1</Id>
    <LoveUserContact>sample string 9</LoveUserContact>
    <LoveUserName>sample string 6</LoveUserName>
    <LoveUserNumber>sample string 7</LoveUserNumber>
    <LoveUserTrueName>sample string 8</LoveUserTrueName>
    <LoveUserWechat>sample string 10</LoveUserWechat>
    <PayAmount>5</PayAmount>
    <PayMethod>Cash_WechatPay</PayMethod>
    <PayOrderId>4</PayOrderId>
    <PayOrderIdStr>sample string 11</PayOrderIdStr>
    <PayTime>2024-04-20T13:51:43.5599951+08:00</PayTime>
    <PopStatus>No</PopStatus>
  </LovePopApplyAdminListItemDto>
  <LovePopApplyAdminListItemDto>
    <BuyerUserId>2</BuyerUserId>
    <CreateTime>2024-04-20T13:51:43.5599951+08:00</CreateTime>
    <Id>1</Id>
    <LoveUserContact>sample string 9</LoveUserContact>
    <LoveUserName>sample string 6</LoveUserName>
    <LoveUserNumber>sample string 7</LoveUserNumber>
    <LoveUserTrueName>sample string 8</LoveUserTrueName>
    <LoveUserWechat>sample string 10</LoveUserWechat>
    <PayAmount>5</PayAmount>
    <PayMethod>Cash_WechatPay</PayMethod>
    <PayOrderId>4</PayOrderId>
    <PayOrderIdStr>sample string 11</PayOrderIdStr>
    <PayTime>2024-04-20T13:51:43.5599951+08:00</PayTime>
    <PopStatus>No</PopStatus>
  </LovePopApplyAdminListItemDto>
</ArrayOfLovePopApplyAdminListItemDto>