GET api/System/GetWechatConfig

获取微信公众号配置(全站通用接口)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取微信公众号配置(全站通用接口)

WechatConfigDto
NameDescriptionTypeAdditional information
weiboiskill

是否启用微信(0关闭,1开启)

integer

None.

weixinuser

官方微信公众号

string

None.

weixinimg

公众号二维码

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<WechatConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Sys">
  <weiboiskill>1</weiboiskill>
  <weixinimg>sample string 3</weixinimg>
  <weixinuser>sample string 2</weixinuser>
</WechatConfigDto>