GET api/WebInterface/Banner/Get
获取状态为启用的一个Banner页信息
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取状态为启用的一个Banner页信息
CommonOperationResultWithTagOfBannerResult| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | BannerResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": {
"BannerType": "sample string 1",
"BannerImg": "sample string 2",
"JumpPara": "sample string 3"
}
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfBannerResult90Z6Xn9G xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
<errcode>1</errcode>
<errmsg>sample string 2</errmsg>
<tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.WebInterface">
<d2p1:BannerImg>sample string 2</d2p1:BannerImg>
<d2p1:BannerType>sample string 1</d2p1:BannerType>
<d2p1:JumpPara>sample string 3</d2p1:JumpPara>
</tag>
</CommonOperationResultWithTagOfBannerResult90Z6Xn9G>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.