手续费比率
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/config/service-charge</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<p><strong>返回样例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: &quot;0.15&quot;,//手续费比率
&quot;code&quot;: 0
}</code></pre>