POST api/WeChatPublic/AddWeChatAccount

增加微信公众号资料至系统

Request Information

URI Parameters

None.

Body Parameters

mh163k_WeChatAccounts
NameDescriptionTypeAdditional information
Id

自增主键

integer

None.

Name

公众号简称

string

None.

Appid

appid

string

None.

Secret

secret

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<mh163k_WeChatAccounts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">
  <Appid>sample string 3</Appid>
  <Id>1</Id>
  <Name>sample string 2</Name>
  <Secret>sample string 4</Secret>
</mh163k_WeChatAccounts>

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