POST api/InfoConfigs/AdminUpdateInfoConfigs
后台--信息配置更新
Request Information
URI Parameters
None.
Body Parameters
配置信息
InfoConfigsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
主键 |
integer |
None. |
| PublishDayLimit |
信息发布条数上限(每日) |
integer |
None. |
| InfoIsKill |
一般信息是否需要审核 |
boolean |
None. |
| EffectiveDates |
默认有效天数 |
integer |
None. |
| CarpoolIsKill |
拼车信息是否需要审核 |
boolean |
None. |
| AdConfig |
广告配置,每隔几次信息显示广告 |
integer |
None. |
| UserName |
用户名 |
Collection of string |
None. |
| PublishingProtocol |
信息发布协议 |
string |
None. |
| IsInvented |
虚拟人气开关 |
boolean |
None. |
| ViewsTotal |
虚拟浏览人次 |
integer |
None. |
| InfosTotal |
虚拟一般信息总数 |
integer |
None. |
| BizsTotal |
虚拟商家总数 |
integer |
None. |
| SharesTotal |
虚拟转发分享数 |
integer |
None. |
| AutoDailyIncrease |
每日自动长% |
integer |
None. |
| PublishComment |
发布信息页面温馨提示 |
string |
None. |
| InfoAnnocement |
一般信息免责声明 |
string |
None. |
| CarpoolAnnocement |
顺风车信息免责声明 |
string |
None. |
| IsRegularBizMomentNeedAudit |
普通商家发布动态是否需要审核 |
boolean |
None. |
| IsQuanlifiedBizMomentNeedAudit |
认证商家发布动态是否需要审核 |
boolean |
None. |
| IsSuggestedBizMomentNeedAudit |
精选商家发布动态是否需要审核 |
boolean |
None. |
| PlatformName |
平台名称 |
string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<InfoConfigsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Dto.InfoConfigs">
<PlatformName xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.Platform">sample string 20</PlatformName>
<AdConfig>6</AdConfig>
<AutoDailyIncrease>13</AutoDailyIncrease>
<BizsTotal>11</BizsTotal>
<CarpoolAnnocement>sample string 16</CarpoolAnnocement>
<CarpoolIsKill>true</CarpoolIsKill>
<EffectiveDates>4</EffectiveDates>
<Id>1</Id>
<InfoAnnocement>sample string 15</InfoAnnocement>
<InfoIsKill>true</InfoIsKill>
<InfosTotal>10</InfosTotal>
<IsInvented>true</IsInvented>
<IsQuanlifiedBizMomentNeedAudit>true</IsQuanlifiedBizMomentNeedAudit>
<IsRegularBizMomentNeedAudit>true</IsRegularBizMomentNeedAudit>
<IsSuggestedBizMomentNeedAudit>true</IsSuggestedBizMomentNeedAudit>
<PublishComment>sample string 14</PublishComment>
<PublishDayLimit>2</PublishDayLimit>
<PublishingProtocol>sample string 7</PublishingProtocol>
<SharesTotal>12</SharesTotal>
<UserName xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</UserName>
<ViewsTotal>9</ViewsTotal>
</InfoConfigsDto>
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/" />