GET api/WeChatPublic/GetAllWeChatAccounts

获取系统所有微信公众号资料

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取系统所有微信公众号资料

Collection of mh163k_WeChatAccounts
NameDescriptionTypeAdditional information
Id

自增主键

integer

None.

Name

公众号简称

string

None.

Appid

appid

string

None.

Secret

secret

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

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