POST api/SysConfig/UpdateCustomerServiceConfig

更新 客服信息

Request Information

URI Parameters

None.

Body Parameters

更新信息

CustomerConfigDto
NameDescriptionTypeAdditional information
chrcompany

公司名称

string

None.

chraddress

公司地址

string

None.

Sitetel

网站客服电话

string

None.

siteqq

网站客服QQ

string

None.

SiteEmail

网站客服邮箱

string

None.

SiteWechatNum

客服微信号

string

None.

CustomerWx

客服微信

string

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:
<CustomerConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Config">
  <CustomerWx>sample string 7</CustomerWx>
  <SiteEmail>sample string 5</SiteEmail>
  <SiteWechatNum>sample string 6</SiteWechatNum>
  <Sitetel>sample string 3</Sitetel>
  <chraddress>sample string 2</chraddress>
  <chrcompany>sample string 1</chrcompany>
  <siteqq>sample string 4</siteqq>
</CustomerConfigDto>

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 'CustomerConfigDto'.

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