GET api/LoveUser/GetLoveUserContactInfo?id={id}

后台--获取相亲会员联系方式

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

相亲会员id

integer

Required

Body Parameters

None.

Response Information

Resource Description

后台--获取相亲会员联系方式

LoveUserContactDto
NameDescriptionTypeAdditional information
weixin

微信号

string

None.

chrtel

手机号

string

None.

MobileLocation

手机归属地

string

None.

IP

IP

string

None.

IPLocation

IP归属地

string

None.

SuccessMsg

牵线成功的描述

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<LoveUserContactDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.LoveUser">
  <IP>sample string 4</IP>
  <IPLocation>sample string 5</IPLocation>
  <MobileLocation>sample string 3</MobileLocation>
  <SuccessMsg>sample string 6</SuccessMsg>
  <chrtel>sample string 2</chrtel>
  <weixin>sample string 1</weixin>
</LoveUserContactDto>