微众获取配置接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>微众新增接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://localhost/app_center/wz/getWxConfigList.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{&quot;head&quot;:{&quot;rd&quot;:&quot;0&quot;,&quot;rm&quot;:&quot;成功&quot;},&quot;body&quot;:{&quot;removeCacheKey&quot;:null,&quot;fromCache&quot;:null,&quot;errCode&quot;:null,&quot;errMessage&quot;:&quot;subappid信息错误,请检查修改后重试&quot;,&quot;orgNumber&quot;:&quot;1071000002&quot;,&quot;subId&quot;:&quot;107100000090028&quot;,&quot;paramId&quot;:282,&quot;authorizationDirList&quot;:[{&quot;id&quot;:126,&quot;zdlx&quot;:&quot;1&quot;,&quot;status&quot;:2,&quot;value&quot;:&quot;http://www.baitu.com/one/&quot;},{&quot;id&quot;:127,&quot;zdlx&quot;:&quot;1&quot;,&quot;status&quot;:1,&quot;value&quot;:&quot;https://pay.ipaynow.cn/api_release/paymentGateway/&quot;}],&quot;payWxAppidList&quot;:[{&quot;id&quot;:128,&quot;zdlx&quot;:&quot;2&quot;,&quot;status&quot;:2,&quot;value&quot;:&quot;wx5090365f883d62d8&quot;},{&quot;id&quot;:129,&quot;zdlx&quot;:&quot;2&quot;,&quot;status&quot;:2,&quot;value&quot;:&quot;wddewefefe&quot;}],&quot;subWxAppidList&quot;:null,&quot;id&quot;:129}}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">subWxAppidList</td>
<td style="text-align: left;">List</td>
<td>关注公众号和Appid列表</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>