GET api/Product/GetAdInfo?location={location}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| location | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MessageModelOfListOftb_ad| Name | Description | Type | Additional information |
|---|---|---|---|
| state | integer |
None. |
|
| message | string |
None. |
|
| body | Collection of tb_ad |
None. |
|
| bodyT2 | Collection of tb_ad |
None. |
|
| key | string |
None. |
|
| dServersFee | decimal number |
None. |
|
| IsCharge | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"state": 1,
"message": "sample string 2",
"body": [
{
"Id": 1,
"Content": "sample string 2",
"Title": "sample string 3",
"Type": 1,
"Img": "sample string 4",
"Link": "sample string 5",
"Sort": 1
},
{
"Id": 1,
"Content": "sample string 2",
"Title": "sample string 3",
"Type": 1,
"Img": "sample string 4",
"Link": "sample string 5",
"Sort": 1
}
],
"bodyT2": [
{
"Id": 1,
"Content": "sample string 2",
"Title": "sample string 3",
"Type": 1,
"Img": "sample string 4",
"Link": "sample string 5",
"Sort": 1
},
{
"Id": 1,
"Content": "sample string 2",
"Title": "sample string 3",
"Type": 1,
"Img": "sample string 4",
"Link": "sample string 5",
"Sort": 1
}
],
"key": "sample string 3",
"dServersFee": 4.0,
"IsCharge": true
}