订单发起支付
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/order/pay</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST <code>AUTH</code></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;">order_no</td>
<td style="text-align: left;">require,length:32</td>
<td style="text-align: left;">string</td>
<td>订单号</td>
</tr>
</tbody>
</table>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {//支付sdk所需形参
&quot;appId&quot;: &quot;wxd7a6d99bfa4f2df4&quot;,
&quot;timeStamp&quot;: &quot;1724138649&quot;,
&quot;nonceStr&quot;: &quot;66c44499eb70b&quot;,
&quot;package&quot;: &quot;prepay_id=wx201524099139394a5b4c82b32f2e510000&quot;,
&quot;signType&quot;: &quot;MD5&quot;,
&quot;paySign&quot;: &quot;BE8D6DD9162D45573557B20FA033E0BA&quot;
},
&quot;code&quot;: 0
}</code></pre>