GET api/Post/AdminGetPostSuperInfo?id={id}

后台--获取帖子超级管理内容

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

帖子id

integer

Required

Body Parameters

None.

Response Information

Resource Description

后台--获取帖子超级管理内容

PostSuperUpdateDto
NameDescriptionTypeAdditional information
Id

帖子id

integer

None.

Title

帖子标题

string

None.

Hits

浏览量

integer

None.

Color

帖子标题颜色

string

None.

IsTop

版块置顶

boolean

None.

IsIndex

是否焦点

boolean

None.

IndexFilePath

焦点图片

string

None.

IsGlobalTop

全局置顶

boolean

None.

IsJinghua

是否精华

boolean

None.

UserId

发帖用户id

integer

None.

IsBold

帖子标题是否加粗

boolean

None.

IsReward

是否可以打赏

boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<PostSuperUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Tieba.Service.Dto.Post">
  <Color>sample string 4</Color>
  <Hits>3</Hits>
  <Id>1</Id>
  <IndexFilePath>sample string 5</IndexFilePath>
  <IsBold>true</IsBold>
  <IsGlobalTop>true</IsGlobalTop>
  <IsIndex>true</IsIndex>
  <IsJinghua>true</IsJinghua>
  <IsReward>true</IsReward>
  <IsTop>true</IsTop>
  <Title>sample string 2</Title>
  <UserId>6</UserId>
</PostSuperUpdateDto>