POST api/LoveUser/ChangeLoveUserPlace

会员中心--更新位置信息

Request Information

URI Parameters

None.

Body Parameters

LoveUserUpdatePlaceDto
NameDescriptionTypeAdditional information
Id

自增

integer

None.

Shop_X

坐标X

decimal number

None.

Shop_Y

坐标Y

decimal number

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<LoveUserUpdatePlaceDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.LoveUser">
  <Id>1</Id>
  <Shop_X>2.1</Shop_X>
  <Shop_Y>3.1</Shop_Y>
</LoveUserUpdatePlaceDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

会员中心--更新位置信息

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />