|
@@ -68,18 +68,24 @@
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<th scope="row">9</th>
|
|
<th scope="row">9</th>
|
|
|
|
+ <td>交易关闭</td>
|
|
|
|
+ <td><a href="https://docs.open.alipay.com/api_1/alipay.trade.close" target="_blank">alipay.trade.close</a></td>
|
|
|
|
+ <td><a asp-controller="Alipay" asp-action="Close">立即测试</a></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <th scope="row">10</th>
|
|
<td>统一转账</td>
|
|
<td>统一转账</td>
|
|
<td><a href="https://docs.open.alipay.com/api_28/alipay.fund.trans.uni.transfer" target="_blank">alipay.fund.trans.uni.transfer</a></td>
|
|
<td><a href="https://docs.open.alipay.com/api_28/alipay.fund.trans.uni.transfer" target="_blank">alipay.fund.trans.uni.transfer</a></td>
|
|
<td><a asp-controller="Alipay" asp-action="Transfer">立即测试</a></td>
|
|
<td><a asp-controller="Alipay" asp-action="Transfer">立即测试</a></td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <th scope="row">10</th>
|
|
|
|
|
|
+ <th scope="row">11</th>
|
|
<td>查询统一转账订单</td>
|
|
<td>查询统一转账订单</td>
|
|
<td><a href="https://docs.open.alipay.com/api_28/alipay.fund.trans.common.query" target="_blank">alipay.fund.trans.common.query</a></td>
|
|
<td><a href="https://docs.open.alipay.com/api_28/alipay.fund.trans.common.query" target="_blank">alipay.fund.trans.common.query</a></td>
|
|
<td><a asp-controller="Alipay" asp-action="TransQuery">立即测试</a></td>
|
|
<td><a asp-controller="Alipay" asp-action="TransQuery">立即测试</a></td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <th scope="row">11</th>
|
|
|
|
|
|
+ <th scope="row">12</th>
|
|
<td>余额查询</td>
|
|
<td>余额查询</td>
|
|
<td><a href="https://docs.open.alipay.com/api_28/alipay.fund.account.query" target="_blank">alipay.fund.account.query</a></td>
|
|
<td><a href="https://docs.open.alipay.com/api_28/alipay.fund.account.query" target="_blank">alipay.fund.account.query</a></td>
|
|
<td><a asp-controller="Alipay" asp-action="AccountQuery">立即测试</a></td>
|
|
<td><a asp-controller="Alipay" asp-action="AccountQuery">立即测试</a></td>
|