GET api/Setting/GetNoticeByID/{id}
获取指定ID的公告
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
id |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
[{"cid":"自增ID","title":"标题","type":"类型","about":"公告","abouttype":"公告类型 0 文本 1 图片 2 视频","intime":"添加时间","hot":"热门","mid":"","showtype":"0 图片或视频轮播 1 视频循环播放"}]
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.