docs: improve docs for better search experience (#656)

This commit is contained in:
yansongda 2022-08-25 22:19:18 +08:00 committed by GitHub
parent 8166839fd6
commit 5607882c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
33 changed files with 33 additions and 33 deletions

View File

@ -1,4 +1,4 @@
# 接收回调
# 支付宝接收回调
| 方法名 | 参数 | 返回值 |
|:------:|:---:|:----------:|

View File

@ -1,4 +1,4 @@
# 取消
# 支付宝取消
| 方法名 | 参数 | 返回值 |
|:------:|:-------------------:|:----------:|

View File

@ -1,4 +1,4 @@
# 关闭
# 支付宝关闭
| 方法名 | 参数 | 返回值 |
|:-----:|:-------------------:|:----------:|

View File

@ -1,4 +1,4 @@
# 下载对账单
# 支付宝下载对账单
| 方法名 | 参数 | 返回值 |
|:--------:|:------------------:|:------:|

View File

@ -1,4 +1,4 @@
# 查询
# 支付宝查询
| 方法名 | 参数 | 返回值 |
|:----:|:--------------------------------------:|:----------:|

View File

@ -1,4 +1,4 @@
# 概述
# 支付宝概述
**请先熟悉 支付宝支付 开发文档!**

View File

@ -1,4 +1,4 @@
# 支付
# 支付宝支付
支付宝支付目前支持 7 种支付方法,对应的支付 method 如下:

View File

@ -1,4 +1,4 @@
# 退款
# 支付宝退款
| 方法名 | 参数 | 返回值 |
|:------:|:------------:|:----------:|

View File

@ -1,4 +1,4 @@
# 确认回调
# 支付宝确认回调
| 方法名 | 参数 | 返回值 |
|:-------:|:---:|:--------:|

View File

@ -1,4 +1,4 @@
# 接收回调
# 微信接收回调
| 方法名 | 参数 | 返回值 |
|:------:|:---:|:----------:|

View File

@ -1,4 +1,4 @@
# 取消
# 微信取消
微信官方无此 API请调用 close 关闭订单。

View File

@ -1,4 +1,4 @@
# 关闭
# 微信关闭
| 方法名 | 参数 | 返回值 |
|:-----:|:-------------------:|:----------:|

View File

@ -1,4 +1,4 @@
# 查询
# 微信查询
| 方法名 | 参数 | 返回值 |
|:----:|:--------------------------------------:|:----------:|

View File

@ -1,4 +1,4 @@
# 概述
# 微信概述
**请先熟悉 微信支付 开发文档!**

View File

@ -1,4 +1,4 @@
# 支付
# 微信支付
微信支付目前支持 9 种支付方法,对应的支付 method 如下:

View File

@ -1,4 +1,4 @@
# 退款
# 微信退款
| 方法名 | 参数 | 返回值 |
|:------:|:------------:|:----------:|

View File

@ -1,4 +1,4 @@
# 确认回调
# 微信确认回调
| 方法名 | 参数 | 返回值 |
|:-------:|:---:|:--------:|

View File

@ -1,4 +1,4 @@
# 取消订单
# 支付宝取消订单
| 方法名 | 参数 | 返回值 |
|:------:|:-------------------:|:----------:|

View File

@ -1,4 +1,4 @@
# 关闭订单
# 支付宝关闭订单
| 方法名 | 参数 | 返回值 |
|:-----:|:-------------------:|:----------:|

View File

@ -1,4 +1,4 @@
# 下载对账单
# 支付宝下载对账单
| 方法名 | 参数 | 返回值 |
|:--------:|:------------------:|:------:|

View File

@ -1,4 +1,4 @@
# 查询订单
# 支付宝查询订单
| 方法名 | 参数 | 返回值 |
|:----:|:-------------------:|:----------:|

View File

@ -1,4 +1,4 @@
# 更多方便的插件
# 支付宝更多方便的插件
得益于 yansongda/pay 的基础架构和良好的插件机制,
您可以自有的使用任何内置插件和自定义插件调用支付宝的任何 API。

View File

@ -1,4 +1,4 @@
# 支付
# 支付宝支付
支付宝支付目前直接内置支持 7 种快捷方式支付方法,对应的支付 method 如下:

View File

@ -1,4 +1,4 @@
# 退款
# 支付宝退款
| 方法名 | 参数 | 返回值 |
|:------:|:------------:|:----------:|

View File

@ -1,4 +1,4 @@
# 确认回调
# 支付宝确认回调
| 方法名 | 参数 | 返回值 |
|:-------:|:---:|:--------:|

View File

@ -1,4 +1,4 @@
# 接收回调
# 微信接收回调
| 方法名 | 参数 | 返回值 |
|:--------:|:------------------------------:|:----------:|

View File

@ -1,4 +1,4 @@
# 取消订单
# 微信取消订单
:::danger
微信官方无此 API请调用 close 关闭订单。

View File

@ -1,4 +1,4 @@
# 关闭订单
# 微信关闭订单
| 方法名 | 参数 | 返回值 |
|:-----:|:-------------------:|:----------:|

View File

@ -1,4 +1,4 @@
# 查询订单
# 微信查询订单
| 方法名 | 参数 | 返回值 |
|:----:|:-------------------:|:----------:|

View File

@ -1,4 +1,4 @@
# 更多方便的插件
# 微信更多方便的插件
得益于 yansongda/pay 的基础架构和良好的插件机制,
您可以自有的使用任何内置插件和自定义插件调用支付宝的任何 API。

View File

@ -1,4 +1,4 @@
# 支付
# 微信支付
微信支付目前直接内置支持 7 种快捷方式支付方法,对应的支付 method 如下:

View File

@ -1,4 +1,4 @@
# 退款
# 微信退款
| 方法名 | 参数 | 返回值 |
|:------:|:------------:|:----------:|

View File

@ -1,4 +1,4 @@
# 确认回调
# 微信确认回调
| 方法名 | 参数 | 返回值 |
|:-------:|:---:|:--------:|