mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
docs: 完善文档
This commit is contained in:
parent
9a2ca2096f
commit
f5593aae9c
@ -49,9 +49,12 @@
|
||||
| √ | 资金应用:连锁品牌分账 | 服务商 | |
|
||||
| √ | 风险合规:商户开户意愿确认 | 服务商 | |
|
||||
| √ | 风险合规:消费者投诉 2.0 | 直连商户 & 服务商 | |
|
||||
| × | <del>其他能力:清关上报</del> | <del>直连商户</del> | 官方未提供 v3 API |
|
||||
| × | <del>其他能力:清关报关</del> | <del>直连商户</del> | 官方未提供 v3 API |
|
||||
| √ | 其他能力:图片上传 | 直连商户 & 服务商 | |
|
||||
| √ | 其他能力:视频上传 | 直连商户 & 服务商 | |
|
||||
| √ | 境外支付:子商户进件 | 服务商 | |
|
||||
| √ | 境外支付:融合钱包 | 服务商 | |
|
||||
| √ | 境外支付:微信支付报关 | 服务商 | |
|
||||
|
||||
</details>
|
||||
|
||||
@ -1044,3 +1047,39 @@
|
||||
- 视频上传:`UploadMerchantMediaVideo`
|
||||
|
||||
</details>
|
||||
|
||||
---
|
||||
|
||||
### 【附】境外开发 API 模型命名速查表:
|
||||
|
||||
注:树形结构与[微信支付开发者文档](https://pay.weixin.qq.com/wiki/doc/api/wxpay/en/pages/Overview.shtml)目录结构保持一致。
|
||||
|
||||
<details>
|
||||
|
||||
<summary>[展开查看]</summary>
|
||||
|
||||
- Onboarding Sub Merchant
|
||||
|
||||
- Onboarding Sub Merchant (For HK)
|
||||
|
||||
- Onboarding Sub-merchant:`AddSubMerchant`
|
||||
|
||||
- Query Sub-merchant:`GetSubMerchant`
|
||||
|
||||
- Sub Merchant Modifying:`ModifySubMerchant`
|
||||
|
||||
- Customs Declaration
|
||||
|
||||
- Customs Declaration:``
|
||||
|
||||
- Identity Information Verification:``
|
||||
|
||||
- Query Customs Declaration:``
|
||||
|
||||
- Repush Customs Declaration:``
|
||||
|
||||
- Modify Customs Declaration Info:``
|
||||
|
||||
- Functional APIs
|
||||
|
||||
- Uploading Image API (For HK):`UploadMerchantMediaImage`
|
||||
|
@ -15,7 +15,7 @@
|
||||
<PackageProjectUrl>https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat</PackageProjectUrl>
|
||||
<PackageTags>Flurl.Http Wechat Weixin MicroMessage Tenpay WechatPay WeixinPay Wxpay 微信 微信支付 微信商户</PackageTags>
|
||||
<Version>2.5.0</Version>
|
||||
<Description>基于 Flurl.Http 的微信支付 API v3 版客户端,支持直连商户、服务商模式,支持基础支付、代金券、商家券、委托营销、消费卡、支付有礼、银行定向促活、微信支付分、微信先享卡、支付即服务、点金计划、智慧商圈、电商收付通、消费者投诉、商户违规通知、批量转账到零钱、银行组件等功能。</Description>
|
||||
<Description>基于 Flurl.Http 的微信支付 API v3 版客户端,支持直连商户、服务商模式,支持基础支付、代金券、商家券、委托营销、消费卡、支付有礼、银行定向促活、微信支付分、微信先享卡、支付即服务、点金计划、智慧商圈、电商收付通、消费者投诉、商户违规通知、批量转账到零钱、银行组件、海关报关、融合钱包等功能。</Description>
|
||||
<Authors>Fu Diwei</Authors>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git</RepositoryUrl>
|
||||
|
Loading…
Reference in New Issue
Block a user