【17】取订单支付链接
<p>[TOC]</p>
<h5>接口状态</h5>
<ul>
<li><code>正常</code></li>
</ul>
<h5>框架版本</h5>
<ul>
<li><code>≥ 2.0.5.0</code></li>
</ul>
<h5>更新时间</h5>
<ul>
<li><code>2024/11/23</code></li>
</ul>
<h5>调用额度</h5>
<ul>
<li><code>免额度</code></li>
</ul>
<h5>简要描述</h5>
<ul>
<li>取订单支付链接</li>
</ul>
<h5>DLL调用例子</h5>
<pre><code>Api_GetPaymentLink(&quot;2263259319826089978&quot;)</code></pre>
<h5>易语言模块调用例子</h5>
<pre><code>SaiNiu.Api.取店铺营业主体(&quot;2263259319826089978&quot;)</code></pre>
<h5>POST调用例子</h5>
<pre><code>http://127.0.0.1:3030/SaiNiuApi/Api</code></pre>
<pre><code>&amp;post=GetPaymentLink&amp;data={&quot;orderId&quot;:&quot;2263259319826089978&quot;}</code></pre>
<h5>参数</h5>
<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>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">orderId</td>
<td style="text-align: left;">文本型</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">订单号</td>
<td>2263259319826089978</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>https://trade.taobao.com/trade/pay.htm?biz_order_id=2263259319826089978</code></pre>
<h5>返回参数说明</h5>
<ul>
<li>无</li>
</ul>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>