验证费率与计费中心是否一致
<p><strong>简要描述:</strong> </p>
<ul>
<li>商户支付参数启用,验证费率与计费中心是否一致</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>paramsManage/switchMchPayParams.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<p>同以前,检验只是在后台逻辑里面进行,然后返回结果至前端</p>
<p><strong>返回示例</strong></p>
<pre><code>{&quot;head&quot;:{&quot;rd&quot;:&quot;1&quot;,&quot;rm&quot;:&quot;没有配置相应的手续费&quot;},&quot;body&quot;:null}</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;">rm</td>
<td style="text-align: left;">String</td>
<td>启用失败时可能是:“没有配置相应的手续费” 或者 “没有配置相应的渠道成本” 或者 “手续费不一致”</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>前端不做任何改变,只需给出rm提示即可</li>
</ul>