设置提现
<p>[TOC]</p>
<h5>请求URL</h5>
<ul>
<li><code>/backend/v1/setting</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;id&quot;: 22,
&quot;content&quot;: &quot;提现设置&quot;,
&quot;config&quot;: {
&quot;withdraw_min&quot;: &quot;100&quot;, // 最低提现
&quot;withdraw_fee&quot;: &quot;10&quot; // 手续费
}
}</code></pre>