配置进件
<p><strong>简要描述:</strong> </p>
<ul>
<li>配置进件详情接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>wxDirect/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>
<tr>
<td style="text-align: left;">subId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>微信子号</td>
</tr>
<tr>
<td style="text-align: left;">routerTypeId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>路由编号</td>
</tr>
</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;authorizationDirList&quot; : {
&quot;0&quot; : {
&quot;id&quot; : 144,
&quot;status&quot; : 1,
&quot;value&quot; : &quot;https://www.baitu.com/authdir/one/&quot;
},
&quot;1&quot; : {
&quot;id&quot; : 145,
&quot;status&quot; : 1,
&quot;value&quot; : &quot;https://www.baitu.com/authdir/two/&quot;
},
},
&quot;payWxAppidList&quot; : null,
&quot;subWxAppid&quot; : null,
&quot;paramsId&quot; : 136
}
}
</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;">authorizationDirList</td>
<td style="text-align: left;">list(object)</td>
<td>授权目录</td>
</tr>
<tr>
<td style="text-align: left;">payWxAppidList</td>
<td style="text-align: left;">list(object)</td>
<td>appId</td>
</tr>
<tr>
<td style="text-align: left;">subWxAppid</td>
<td style="text-align: left;">object</td>
<td>关注公众号</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>status: 0-待配置,1-配置成功,2-配置失败,3-待配置(追加)</li>
<li>status = 2 时显示删除按钮,可删除</li>
</ul>