唤起支付
<p><strong>接口说明 </strong></p>
<pre><code>请求接口: /ivm/app/order/pay
请求方式: GET
接口说明: 唤起支付</code></pre>
<p><strong>请求参数 </strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>长度</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>orderNo</td>
<td>是</td>
<td>string</td>
<td>64</td>
<td>订单编号</td>
</tr>
<tr>
<td>payMethod</td>
<td>是</td>
<td>int</td>
<td>11</td>
<td>9微信小程序,10支付宝小程序</td>
</tr>
</tbody>
</table>
<p><strong>返回参数</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>string</td>
<td>状态值</td>
</tr>
<tr>
<td>msg</td>
<td>string</td>
<td>返回消息</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong>
微信</p>
<pre><code>{
"code": "0000",
"msg": "操作成功!",
"data": {
"timeStamp": "1586829705",
"code": "0000",
"paySign": "48D5A2DD615F007755E8B297EEAFB4D261CED0C000C142B83B1B774B41106485",
"requestId": "b60bffba1abc425f954b9314414dbec0",
"appId": "wx8d9584d470b4efc5",
"bizId": "332ac35514c94678ac07ab9a69147de1",
"message": "成功",
"paySignType": "HMAC-SHA256",
"nonceStr": "1586829705470",
"wxPackage": "prepay_id=wx14100145454510562c88be371022665300"
}
}</code></pre>
<p>支付宝</p>
<pre><code>{
"code": "0000",
"msg": "操作成功!",
"data": {
"payNo": "a73bb31f224e4d95b9d48cefbc716679",
"code": "0000",
"tradeNo": "2020062322001486940535692586",
"requestId": "591de3eb26914044af1fe89b388c41a0",
"outTradeNo": "1275274312194105344",
"message": "成功"
}
}</code></pre>
<p><strong>接口备注</strong></p>