发起支付
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/service/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</td>
<td style="text-align: left;">string</td>
<td>订单号</td>
</tr>
</tbody>
</table>
<p><strong>返回样例:</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;config&quot;: {//拉起支付所需的js参数
&quot;appId&quot;: &quot;wx9bf64f2752c86ab8&quot;,
&quot;timeStamp&quot;: &quot;1713940984&quot;,
&quot;nonceStr&quot;: &quot;6628a9f8141c6&quot;,
&quot;package&quot;: &quot;prepay_id=wx24143921855110edcfc40c224fa3d90000&quot;,
&quot;signType&quot;: &quot;MD5&quot;,
&quot;paySign&quot;: &quot;8B8C231C27EE25437E034C7C747A1BB2&quot;
}
},
&quot;code&quot;: 0
}</code></pre>