e签宝配置
<p>[TOC]</p>
<h5>请求URL</h5>
<ul>
<li><code>POST /erp/plugin-config/config</code></li>
</ul>
<h5>参数</h5>
<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>
<h5>请求示例</h5>
<pre><code class="language-json">{
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;errcode&quot;: 0,
&quot;errmsg&quot;: &quot;&quot;,
&quot;data&quot;: {
&quot;is_open&quot;: 0,
&quot;balance&quot;: [],
&quot;is_authorize&quot;: 1,
&quot;is_realname&quot;: 1
}
}</code></pre>
<table>
<thead>
<tr>
<th style="text-align: left;">参数</th>
<th style="text-align: left;">类型</th>
<th style="text-align: left;">描述</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">is_open</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">是否开通</td>
</tr>
</tbody>
</table>