GET api/MicroDramaV770/BannerList?sign={sign}&stamp={stamp}
首页 Banner
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sign | string |
Default value is |
|
| stamp | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
ZaiMieApp.WebApi.ViewModel.ResultDataOfZaiMieApp.WebApi.ViewModel.BannerView| Name | Description | Type | Additional information |
|---|---|---|---|
| recordsetCount | integer |
None. |
|
| pageSize | integer |
None. |
|
| page | integer |
None. |
|
| allPage | integer |
None. |
|
| message | string |
None. |
|
| success | boolean |
None. |
|
| code | integer |
None. |
|
| data | Collection of ZaiMieApp.WebApi.ViewModel.BannerView |
None. |
Response Formats
application/json, text/json
Sample:
{
"recordsetCount": 1,
"pageSize": 2,
"page": 3,
"allPage": 4,
"message": "sample string 5",
"success": true,
"code": 7,
"data": [
{
"Id": 1,
"bannerImg": "sample string 2",
"url": "sample string 3",
"title": "sample string 4",
"bannerType": 5,
"targetId": 6
},
{
"Id": 1,
"bannerImg": "sample string 2",
"url": "sample string 3",
"title": "sample string 4",
"bannerType": 5,
"targetId": 6
}
]
}
application/xml, text/xml
Sample:
<ResultDataOfBannerViewPr2Hy9OI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel">
<allPage>4</allPage>
<code>7</code>
<data>
<BannerView>
<Id>1</Id>
<bannerImg>sample string 2</bannerImg>
<bannerType>5</bannerType>
<targetId>6</targetId>
<title>sample string 4</title>
<url>sample string 3</url>
</BannerView>
<BannerView>
<Id>1</Id>
<bannerImg>sample string 2</bannerImg>
<bannerType>5</bannerType>
<targetId>6</targetId>
<title>sample string 4</title>
<url>sample string 3</url>
</BannerView>
</data>
<message>sample string 5</message>
<page>3</page>
<pageSize>2</pageSize>
<recordsetCount>1</recordsetCount>
<success>true</success>
</ResultDataOfBannerViewPr2Hy9OI>