GET api/SysConfig/GetArticleInfo?id={id}

获取 信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

信息id

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取 信息

ArticleInfoDto
NameDescriptionTypeAdditional information
id

主键id

integer

None.

title

标题

string

None.

intorder

排序值

integer

None.

content

内容

string

None.

ifshow

状态(0显示、1隐藏)

integer

None.

styleid

信息类型

ArticleInfoStyle

None.

Users

发布人

string

None.

color

标题颜色

string

None.

chrurl

跳转链接

string

None.

categoryid

分类id(mh163k_category表)

integer

None.

hits

点击数

integer

None.

chrimage

配图

string

None.

dtappenddate

添加时间

date

None.

isBoldFont

是否加粗

boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArticleInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.ArticleInfo">
  <Users>sample string 6</Users>
  <categoryid>9</categoryid>
  <chrimage>sample string 11</chrimage>
  <chrurl>sample string 8</chrurl>
  <color>sample string 7</color>
  <content>sample string 4</content>
  <dtappenddate>2024-03-29T14:26:36.7213523+08:00</dtappenddate>
  <hits>10</hits>
  <id>1</id>
  <ifshow>5</ifshow>
  <intorder>3</intorder>
  <isBoldFont>true</isBoldFont>
  <styleid>All</styleid>
  <title>sample string 2</title>
</ArticleInfoDto>