mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-16 07:59:44 +08:00
docs: edit README
This commit is contained in:
parent
3d3b041ff3
commit
38738e2b47
@ -424,6 +424,8 @@
|
||||
|
||||
- 申请资金账单:`GetBillFundflowBill`
|
||||
|
||||
- 申请单个子商户资金账单:`GetBillSubMerchantFundflowBill`
|
||||
|
||||
- 下载账单:`DownloadBillFile`
|
||||
|
||||
- APP 支付
|
||||
@ -442,6 +444,8 @@
|
||||
|
||||
- 申请资金账单:`GetBillFundflowBill`
|
||||
|
||||
- 申请单个子商户资金账单:`GetBillSubMerchantFundflowBill`
|
||||
|
||||
- 下载账单:`DownloadBillFile`
|
||||
|
||||
- H5 支付
|
||||
@ -460,6 +464,8 @@
|
||||
|
||||
- 申请资金账单:`GetBillFundflowBill`
|
||||
|
||||
- 申请单个子商户资金账单:`GetBillSubMerchantFundflowBill`
|
||||
|
||||
- 下载账单:`DownloadBillFile`
|
||||
|
||||
- Native 支付
|
||||
@ -478,6 +484,8 @@
|
||||
|
||||
- 申请资金账单:`GetBillFundflowBill`
|
||||
|
||||
- 申请单个子商户资金账单:`GetBillSubMerchantFundflowBill`
|
||||
|
||||
- 下载账单:`DownloadBillFile`
|
||||
|
||||
- 小程序支付
|
||||
@ -496,6 +504,8 @@
|
||||
|
||||
- 申请资金账单:`GetBillFundflowBill`
|
||||
|
||||
- 申请单个子商户资金账单:`GetBillSubMerchantFundflowBill`
|
||||
|
||||
- 下载账单:`DownloadBillFile`
|
||||
|
||||
- 合单支付
|
||||
@ -522,6 +532,8 @@
|
||||
|
||||
- 申请资金账单:`GetBillFundflowBill`
|
||||
|
||||
- 申请单个子商户资金账单:`GetBillSubMerchantFundflowBill`
|
||||
|
||||
- 下载账单:`DownloadBillFile`
|
||||
|
||||
- 经营能力
|
||||
|
@ -96,6 +96,11 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3
|
||||
/// <summary>
|
||||
/// <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_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>
|
||||
/// <param name="client"></param>
|
||||
/// <param name="request"></param>
|
||||
|
Loading…
Reference in New Issue
Block a user