默认支付配置
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询默认支付配置接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>wxDirect/getDefConfig.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;">routerTypeId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>路由id</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>默认配置类型 1-公众号 2-新立码</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;removeCacheKey&quot; : {
},
&quot;fromCache&quot; : {
},
&quot;errCode&quot; : {
},
&quot;errMessage&quot; : {
},
&quot;authorizationDirList&quot; : {
&quot;0&quot; : &quot;http://www.baitu.com/one/&quot;,
&quot;1&quot; : &quot;http://www.baitu.com/two&quot;,
},
&quot;payWxAppidList&quot; : {
&quot;0&quot; : &quot;payWxAppId1&quot;,
&quot;1&quot; : &quot;payWxAppId2&quot;,
},
&quot;subWxAppid&quot; : &quot;&quot;
}
}
</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</td>
<td>授权目录</td>
</tr>
<tr>
<td style="text-align: left;">payWxAppidList</td>
<td style="text-align: left;">list</td>
<td>appId</td>
</tr>
<tr>
<td style="text-align: left;">subWxAppid</td>
<td style="text-align: left;">string</td>
<td>关注公众号</td>
</tr>
</tbody>
</table>