GET api/Info/GetAdminInfoSuper?id={id}
后台--获取信息超级管理相关字段
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
信息id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
后台--获取信息超级管理相关字段
InfoSuperUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Color |
标题颜色 |
string |
None. |
| Fontbold |
字体加粗 |
string |
None. |
| Istop |
是否置顶 |
boolean |
None. |
| Istopdate |
置顶时间 |
date |
None. |
| Detailsid |
自增id |
integer |
None. |
| Iskill |
是否审核 |
AuditStatusType |
None. |
| UserName |
用户名,更改信息所属会员使用,获取时为空 |
string |
None. |
| Userid |
会员id |
integer |
None. |
| Intorder |
排序字段 |
integer |
None. |
| KillReason |
审核未通过原因 |
string |
None. |
| Dianzan |
点赞数 |
integer |
None. |
| Views |
信息浏览量 |
integer |
None. |
| Reverts |
评论数 |
integer |
None. |
| Youxiao |
是否有效 |
boolean |
None. |
| Youxiaodate |
有效时间 |
date |
None. |
| IsIndex |
是否精选状态 |
boolean |
None. |
| JingxuanDateTime |
精选到期时间 空表示无限期 |
date |
None. |
| InfoRefreshRecord |
信息刷新记录 |
Collection of mh163k_EntityRefreshRecord |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<InfoSuperUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Dto.Info">
<Color>sample string 1</Color>
<Detailsid>3</Detailsid>
<Dianzan>8</Dianzan>
<Fontbold>sample string 2</Fontbold>
<InfoRefreshRecord xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">
<d2p1:mh163k_EntityRefreshRecord>
<d2p1:EntityId>2</d2p1:EntityId>
<d2p1:EntityType>XX_Biz</d2p1:EntityType>
<d2p1:Id>1</d2p1:Id>
<d2p1:RefreshTime>2025-12-16T16:00:03.6636746+08:00</d2p1:RefreshTime>
<d2p1:RefreshType>Manual</d2p1:RefreshType>
</d2p1:mh163k_EntityRefreshRecord>
<d2p1:mh163k_EntityRefreshRecord>
<d2p1:EntityId>2</d2p1:EntityId>
<d2p1:EntityType>XX_Biz</d2p1:EntityType>
<d2p1:Id>1</d2p1:Id>
<d2p1:RefreshTime>2025-12-16T16:00:03.6636746+08:00</d2p1:RefreshTime>
<d2p1:RefreshType>Manual</d2p1:RefreshType>
</d2p1:mh163k_EntityRefreshRecord>
</InfoRefreshRecord>
<Intorder>6</Intorder>
<IsIndex>true</IsIndex>
<Iskill>TobeAgree</Iskill>
<Istop>true</Istop>
<Istopdate>2025-12-16T16:00:03.6636746+08:00</Istopdate>
<JingxuanDateTime>2025-12-16T16:00:03.6636746+08:00</JingxuanDateTime>
<KillReason>sample string 7</KillReason>
<Reverts>10</Reverts>
<UserName>sample string 4</UserName>
<Userid>5</Userid>
<Views>9</Views>
<Youxiao>true</Youxiao>
<Youxiaodate>2025-12-16T16:00:03.6636746+08:00</Youxiaodate>
</InfoSuperUpdateDto>