缴费中心支付接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>缴费中心支付接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/payment/formtopaycenter.shtml</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<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>
<tr>
<td style="text-align: left;">billfid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>billfid</td>
</tr>
<tr>
<td style="text-align: left;">isding</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>是否钉钉(用于替换支付完成后前端返回地址域名:微信要xiao的域名)</td>
</tr>
<tr>
<td style="text-align: left;">idnum</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>身份证号(渤海(网关) ispublish=5时 必输)</td>
</tr>
<tr>
<td style="text-align: left;">publish6</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">JSON</td>
<td>数据(渤海(api) ispublish=6时 必输)格式如下</td>
</tr>
</tbody>
</table>
<pre><code>publish6:
{
&quot;bank_code&quot;: &quot;bohai&quot;, //银行编码
&quot;sign_net&quot;: &quot;c2323233&quot;,//网点号
&quot;mobile&quot;: &quot;1826819005&quot;,//手机号
&quot;otp_value&quot;: &quot;234562&quot; //短信验证码
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;errcode&quot;: 0,
&quot;errmsg&quot;: &quot;成功&quot;,
&quot;return_url&quot;: &quot;http://xxxx&quot;
}</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;">errcode</td>
<td style="text-align: left;">String</td>
<td>错误码</td>
</tr>
<tr>
<td style="text-align: left;">errmsg</td>
<td style="text-align: left;">String</td>
<td>错误信息</td>
</tr>
<tr>
<td style="text-align: left;">return_url</td>
<td style="text-align: left;">String</td>
<td>前端跳转支付地址 ,渤海(网关)ispublish=5时</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!欢迎使用ShowDoc!</p>