POST api/WeChatPublic/UpdateWechatPublicConfig

后台 - 更新微信公众号配置

Request Information

URI Parameters

None.

Body Parameters

WechatPublicConfigDto
NameDescriptionTypeAdditional information
Name

公众号名称

string

None.

QrCodeUrl

公众号二维码地址

string

None.

AppId

AppId

string

None.

AppSecret

AppSecret

string

None.

ApiToken

ApiToken

string

None.

EncodingAESKey

消息加解密密钥

string

None.

EncodeType

加密方式

WechatAESEncodingType

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<WechatPublicConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.WeChat">
  <ApiToken>sample string 5</ApiToken>
  <AppId>sample string 3</AppId>
  <AppSecret>sample string 4</AppSecret>
  <EncodeType>NoEncryption</EncodeType>
  <EncodingAESKey>sample string 6</EncodingAESKey>
  <Name>sample string 1</Name>
  <QrCodeUrl>sample string 2</QrCodeUrl>
</WechatPublicConfigDto>

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