POST api/JiaYouZhan/jiayouzhanInfo
Request Information
URI Parameters
None.
Body Parameters
jiayouzhanlistPost| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| lat | decimal number |
None. |
|
| lng | decimal number |
None. |
|
| uid |
账号id |
integer |
None. |
| token |
token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"lat": 1.0,
"lng": 1.0,
"uid": 1,
"token": "sample string 2"
}
application/xml, text/xml
Sample:
<jiayouzhanlistPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LyWebApi.Controllers"> <token xmlns="http://schemas.datacontract.org/2004/07/LyWebApi.Models">sample string 2</token> <uid xmlns="http://schemas.datacontract.org/2004/07/LyWebApi.Models">1</uid> <id>1</id> <lat>1</lat> <lng>1</lng> </jiayouzhanlistPost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
jiayouzhanInfoResult| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| tel | string |
None. |
|
| img | string |
None. |
|
| imgid | integer |
None. |
|
| p92 | decimal number |
None. |
|
| p95 | decimal number |
None. |
|
| chaiyou | decimal number |
None. |
|
| address | string |
None. |
|
| lat | decimal number |
None. |
|
| lng | decimal number |
None. |
|
| juli | decimal number |
None. |
|
| dt | string |
None. |
|
| recommend | integer |
None. |
|
| Code | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"tel": "sample string 3",
"img": "sample string 4",
"imgid": 1,
"p92": 5.0,
"p95": 6.0,
"chaiyou": 7.0,
"address": "sample string 8",
"lat": 1.0,
"lng": 1.0,
"juli": 9.0,
"dt": "sample string 10",
"recommend": 11,
"Code": 12,
"Msg": "sample string 13"
}
application/xml, text/xml
Sample:
<jiayouzhanInfoResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LyWebApi.Controllers"> <Code xmlns="http://schemas.datacontract.org/2004/07/LyWebApi.Models">12</Code> <Msg xmlns="http://schemas.datacontract.org/2004/07/LyWebApi.Models">sample string 13</Msg> <address>sample string 8</address> <chaiyou>7</chaiyou> <dt>sample string 10</dt> <id>1</id> <img>sample string 4</img> <imgid>1</imgid> <juli>9</juli> <lat>1</lat> <lng>1</lng> <name>sample string 2</name> <p92>5</p92> <p95>6</p95> <recommend>11</recommend> <tel>sample string 3</tel> </jiayouzhanInfoResult>