POST user/update_geo
更新用户经纬度信息
Request Information
URI Parameters
None.
Body Parameters
UpdateUserGeoViewModelName | Description | Type | Additional information |
---|---|---|---|
latitude | decimal number |
Required |
|
longitude | decimal number |
Required |
Request Formats
application/json, text/json
Sample:
{ "latitude": 1.1, "longitude": 2.1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
更新用户经纬度信息
DataResponseOfUserDetailViewModelName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | UserDetailViewModel |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.