GET api/LoveGiftRecord/GetRankListByUser?loveUserId={loveUserId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loveUserId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RankListUser
NameDescriptionTypeAdditional information
FromLoveUserId

相亲用户Id

integer

None.

Avator

相亲用户头像

string

None.

NickName

相亲用户昵称

string

None.

TotalAmount

礼物总值

decimal number

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:
<ArrayOfRankListUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.LoveGift.Service.Dto">
  <RankListUser>
    <Avator>sample string 2</Avator>
    <FromLoveUserId>1</FromLoveUserId>
    <NickName>sample string 3</NickName>
    <TotalAmount>4.1</TotalAmount>
  </RankListUser>
  <RankListUser>
    <Avator>sample string 2</Avator>
    <FromLoveUserId>1</FromLoveUserId>
    <NickName>sample string 3</NickName>
    <TotalAmount>4.1</TotalAmount>
  </RankListUser>
</ArrayOfRankListUser>