mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-18 04:33:16 +08:00
docs: edit README
This commit is contained in:
parent
ada3aa2d44
commit
77a4ac2e1a
@ -424,6 +424,8 @@
|
|||||||
|
|
||||||
- 申请资金账单:`GetBillFundflowBill`
|
- 申请资金账单:`GetBillFundflowBill`
|
||||||
|
|
||||||
|
- 申请单个子商户资金账单:`GetBillSubMerchantFundflowBill`
|
||||||
|
|
||||||
- 下载账单:`DownloadBillFile`
|
- 下载账单:`DownloadBillFile`
|
||||||
|
|
||||||
- APP 支付
|
- APP 支付
|
||||||
@ -442,6 +444,8 @@
|
|||||||
|
|
||||||
- 申请资金账单:`GetBillFundflowBill`
|
- 申请资金账单:`GetBillFundflowBill`
|
||||||
|
|
||||||
|
- 申请单个子商户资金账单:`GetBillSubMerchantFundflowBill`
|
||||||
|
|
||||||
- 下载账单:`DownloadBillFile`
|
- 下载账单:`DownloadBillFile`
|
||||||
|
|
||||||
- H5 支付
|
- H5 支付
|
||||||
@ -460,6 +464,8 @@
|
|||||||
|
|
||||||
- 申请资金账单:`GetBillFundflowBill`
|
- 申请资金账单:`GetBillFundflowBill`
|
||||||
|
|
||||||
|
- 申请单个子商户资金账单:`GetBillSubMerchantFundflowBill`
|
||||||
|
|
||||||
- 下载账单:`DownloadBillFile`
|
- 下载账单:`DownloadBillFile`
|
||||||
|
|
||||||
- Native 支付
|
- Native 支付
|
||||||
@ -478,6 +484,8 @@
|
|||||||
|
|
||||||
- 申请资金账单:`GetBillFundflowBill`
|
- 申请资金账单:`GetBillFundflowBill`
|
||||||
|
|
||||||
|
- 申请单个子商户资金账单:`GetBillSubMerchantFundflowBill`
|
||||||
|
|
||||||
- 下载账单:`DownloadBillFile`
|
- 下载账单:`DownloadBillFile`
|
||||||
|
|
||||||
- 小程序支付
|
- 小程序支付
|
||||||
@ -496,6 +504,8 @@
|
|||||||
|
|
||||||
- 申请资金账单:`GetBillFundflowBill`
|
- 申请资金账单:`GetBillFundflowBill`
|
||||||
|
|
||||||
|
- 申请单个子商户资金账单:`GetBillSubMerchantFundflowBill`
|
||||||
|
|
||||||
- 下载账单:`DownloadBillFile`
|
- 下载账单:`DownloadBillFile`
|
||||||
|
|
||||||
- 合单支付
|
- 合单支付
|
||||||
@ -522,6 +532,8 @@
|
|||||||
|
|
||||||
- 申请资金账单:`GetBillFundflowBill`
|
- 申请资金账单:`GetBillFundflowBill`
|
||||||
|
|
||||||
|
- 申请单个子商户资金账单:`GetBillSubMerchantFundflowBill`
|
||||||
|
|
||||||
- 下载账单:`DownloadBillFile`
|
- 下载账单:`DownloadBillFile`
|
||||||
|
|
||||||
- 经营能力
|
- 经营能力
|
||||||
|
@ -96,6 +96,11 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// <para>异步调用 [GET] /bill/sub-merchant-fundflowbill 接口。</para>
|
/// <para>异步调用 [GET] /bill/sub-merchant-fundflowbill 接口。</para>
|
||||||
/// <para>REF: https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter4_1_12.shtml </para>
|
/// <para>REF: https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter4_1_12.shtml </para>
|
||||||
|
/// <para>REF: https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter4_2_12.shtml </para>
|
||||||
|
/// <para>REF: https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter4_3_12.shtml </para>
|
||||||
|
/// <para>REF: https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter4_4_12.shtml </para>
|
||||||
|
/// <para>REF: https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter4_5_12.shtml </para>
|
||||||
|
/// <para>REF: https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter5_1_20.shtml </para>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="client"></param>
|
/// <param name="client"></param>
|
||||||
/// <param name="request"></param>
|
/// <param name="request"></param>
|
||||||
|
Loading…
Reference in New Issue
Block a user