POST api/JobPost/UpdateJobSuperInfo
后台 - 更新职位超级管理信息
Request Information
URI Parameters
None.
Body Parameters
超级管理信息
JobSuperUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
职位标识 |
integer |
None. |
| TopExpiredTime |
置顶到期时间 |
date |
None. |
| Views |
浏览数 |
integer |
None. |
| Thumbs |
点赞数 |
integer |
None. |
| Judges |
评论数 |
integer |
None. |
| HasExpired |
是否过期 |
boolean |
None. |
| ExpiredTime |
过期时间 |
date |
None. |
| AuditStatus |
审核状态 |
AuditStatusType |
None. |
| AuditFailReason |
审核失败原因 |
string |
None. |
| IntOrder |
排序字段 |
integer |
None. |
| IsTop |
是否置顶 |
boolean |
None. |
| UserId |
绑定会员标识 |
integer |
None. |
| UserName |
绑定会员名称 |
string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<JobSuperUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin"> <AuditFailReason>sample string 8</AuditFailReason> <AuditStatus>TobeAgree</AuditStatus> <ExpiredTime>2025-12-16T15:55:27.0379476+08:00</ExpiredTime> <HasExpired>true</HasExpired> <Id>1</Id> <IntOrder>9</IntOrder> <IsTop>true</IsTop> <Judges>5</Judges> <Thumbs>4</Thumbs> <TopExpiredTime>2025-12-16T15:55:27.0379476+08:00</TopExpiredTime> <UserId>11</UserId> <UserName>sample string 12</UserName> <Views>3</Views> </JobSuperUpdateDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
后台 - 更新职位超级管理信息
ObjectNone.
Response Formats
application/json
Sample:
text/json
Sample:
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/" />