POST api/InfoBiz/UpdateBizSuperInfo

后台 - 更新超级管理信息

Request Information

URI Parameters

None.

Body Parameters

超级信息

InfoBizSuperUpdateDto
NameDescriptionTypeAdditional information
Id

商家标识

integer

None.

MemberUserName

关联会员用户名

string

None.

TopExpireTime

置顶过期时间

date

None.

ViewNum

浏览数

integer

None.

ThumbNum

点赞数

integer

None.

JudgeNum

评论数

integer

None.

ExpireTime

过期时间

date

None.

IsExpired

是否已过期

boolean

None.

IsNeverExpire

是否永不过期

boolean

None.

AuditType

审核状态

AuditStatusType

None.

AuditFailReason

审核失败原因

string

None.

IntOrder

顺序

integer

None.

IsTop

是否置顶

boolean

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<InfoBizSuperUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Dto.InfoBiz">
  <AuditFailReason>sample string 10</AuditFailReason>
  <AuditType>TobeAgree</AuditType>
  <ExpireTime>2024-04-30T01:31:37.9572607+08:00</ExpireTime>
  <Id>1</Id>
  <IntOrder>11</IntOrder>
  <IsExpired>true</IsExpired>
  <IsNeverExpire>true</IsNeverExpire>
  <IsTop>true</IsTop>
  <JudgeNum>6</JudgeNum>
  <MemberUserName>sample string 2</MemberUserName>
  <ThumbNum>5</ThumbNum>
  <TopExpireTime>2024-04-30T01:31:37.9572607+08:00</TopExpireTime>
  <ViewNum>4</ViewNum>
</InfoBizSuperUpdateDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'InfoBizSuperUpdateDto'.

Response Information

Resource Description

后台 - 更新超级管理信息

Object

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />