合支付
<p><strong>简要描述:</strong> </p>
<ul>
<li>合支付</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/pay/qb-pay/create-qb-qrcode</code></li>
</ul>
<p><strong>请求方式:</strong>
-POST</p>
<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 style="text-align: left;">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">order_code</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">订单号</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;下单成功&quot;,
&quot;result&quot;: {
&quot;create_time&quot;:&quot;2017-08-09 12:10:00&quot;,
&quot;order_code&quot;: &quot;GLCDLT170821T0000007&quot;,
&quot;bet_money&quot;: 1,
&quot;pay_url&quot;: &quot;http://olewx.goodluckchina.net/op/toOauth.html?model=00&amp;custNo=comorange&amp;attach=GLCDLT170821T0000007&amp;money=1&amp;type=api&amp;first=y&amp;orderId=cb7d40c1768e4dd2adc4c3b9bf38a0c9&amp;callBackUrl=http://php.javaframework.cn/api/pay/qb-pay/qb-callback&quot; //二维码链接
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>