GET api/InfoConfigs/GetInfoConfigs

获取后台全部信息配置

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取后台全部信息配置

InfoConfigsDto
NameDescriptionTypeAdditional 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.

PlatformName

平台名称

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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 17</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>
  <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>