POST api/System/UpdateSpamInfoConfig

后台-修改垃圾信息阻止配置

Request Information

URI Parameters

None.

Body Parameters

SpamInfoDto
NameDescriptionTypeAdditional information
SubmitTimes

连续提交信息间隔

integer

None.

AvoidPhones

阻止发布信息的电话

string

None.

AvoidKeywords

关键词阻止发布

string

None.

AvoidReplaceKeywords

关键词替换过滤

string

None.

ReplaceKeyword

关键词过滤替换为

string

None.

AvoidIsKillKeywords

关键词强制审核

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<SpamInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Sys">
  <AvoidIsKillKeywords>sample string 6</AvoidIsKillKeywords>
  <AvoidKeywords>sample string 3</AvoidKeywords>
  <AvoidPhones>sample string 2</AvoidPhones>
  <AvoidReplaceKeywords>sample string 4</AvoidReplaceKeywords>
  <ReplaceKeyword>sample string 5</ReplaceKeyword>
  <SubmitTimes>1</SubmitTimes>
</SpamInfoDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

后台-修改垃圾信息阻止配置

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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