GET api/wechat/GetWxNoticeTemplateGroup
查询当前分组类型
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
查询当前分组类型
JsonRtnDtoOfWxGroupTypeName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | WxGroupType |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": 1 }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":1}
application/xml, text/xml
Sample:
<JsonRtnDtoOfWxGroupTypemEDjlcEG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data>博教科技</Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfWxGroupTypemEDjlcEG>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":1});