POST api/StartBanner/GetChartData
获取启动动画数据; 后台没有设置就会为空,设置使用时,只会最新的使用那条
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseOfStartBanner| Name | Description | Type | Additional information |
|---|---|---|---|
| data | StartBanner |
None. |
|
| errcode |
错误码,默认为成功:SUCCESS |
string |
None. |
| errmsg |
错误信息,默认为:成功 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"Id": 1,
"Titles": "sample string 2",
"Type": 0,
"Link": "sample string 3",
"ImagesUrl": "sample string 4",
"LoadSeconds": 5,
"CreateTime": "2025-12-26T20:11:42.2559354+08:00",
"EnabledState": 0
},
"errcode": "sample string 1",
"errmsg": "sample string 2"
}
application/xml, text/xml
Sample:
<ResponseOfStartBanner4bIR2q7t xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infrastructure.WebApi">
<errcode>sample string 1</errcode>
<errmsg>sample string 2</errmsg>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DataModel">
<d2p1:CreateTime>2025-12-26T20:11:42.2559354+08:00</d2p1:CreateTime>
<d2p1:EnabledState>Enabled</d2p1:EnabledState>
<d2p1:Id>1</d2p1:Id>
<d2p1:ImagesUrl>sample string 4</d2p1:ImagesUrl>
<d2p1:Link>sample string 3</d2p1:Link>
<d2p1:LoadSeconds>5</d2p1:LoadSeconds>
<d2p1:Titles>sample string 2</d2p1:Titles>
<d2p1:Type>HtmlLink</d2p1:Type>
</data>
</ResponseOfStartBanner4bIR2q7t>