查看提现
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>查看提现</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/backend/v1/settings?id=22</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<pre><code>?id=22</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: {
&quot;id&quot;: 22,
&quot;config&quot;: {
&quot;withdraw_min&quot;: &quot;100&quot;, // 最低提现
&quot;withdraw_fee&quot;: &quot;10&quot; // 手续费
},
&quot;content&quot;: &quot;&quot;,
&quot;intro&quot;: &quot;提现设置&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: &quot;2024-03-11 03:22:35&quot;,
&quot;deleted_at&quot;: null
},
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;成功&quot;
}</code></pre>