mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
feat(tenpayv3): bump version to v2.20.0
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
| √ | 经营能力:支付即服务 | 直连商户 & 服务商 | |
|
||||
| √ | 经营能力:点金计划 | 服务商 | |
|
||||
| √ | 经营能力:连锁品牌门店 | 服务商 | |
|
||||
| √ | 经营能力:品牌小店营销 | 服务商 | |
|
||||
| √ | 经营能力:微信支付分停车服务 | 直连商户 & 服务商 | |
|
||||
| √ | 经营能力:租用充电宝隔夜归还 | 直连商户 | |
|
||||
| √ | 经营能力:ETC 扣费 | 服务商 | |
|
||||
@@ -814,6 +815,10 @@
|
||||
|
||||
- 关闭广告展示:`CloseGoldPlanAdvertisingShow`
|
||||
|
||||
- 扣款服务
|
||||
|
||||
- 预扣费通知:`NotifyPartnerPAPPayContract`
|
||||
|
||||
- 连锁品牌门店
|
||||
|
||||
- 创建门店:`CreateMerchantStore`
|
||||
@@ -826,9 +831,23 @@
|
||||
|
||||
- 解除门店收款信息绑定:`UnbindMerchantStoreRecipient`
|
||||
|
||||
- 扣款服务
|
||||
- 品牌小店营销
|
||||
|
||||
- 预扣费通知:`NotifyPartnerPAPPayContract`
|
||||
- 查询零售小店活动业务代理:`QueryMarketingGoodsSubsidyActivityRetailStoreRepresentatives`
|
||||
|
||||
- 添加零售小店活动业务代理:`AddMarketingGoodsSubsidyActivityRetailStoreRepresentative`
|
||||
|
||||
- 删除零售小店活动业务代理:`DeleteMarketingGoodsSubsidyActivityRetailStoreRepresentative`
|
||||
|
||||
- 生成小店活动物料码:`CreateMarketingGoodsSubsidyActivityRetailStoreMaterial`
|
||||
|
||||
- 查询小店活动门店列表:`QueryMarketingGoodsSubsidyActivityRetailStores`
|
||||
|
||||
- 查询小店活动门店详情:`GetMarketingGoodsSubsidyActivityRetailStoreByStoreCode`
|
||||
|
||||
- 添加小店活动门店:`AddMarketingGoodsSubsidyActivityRetailStore`
|
||||
|
||||
- 删除小店活动门店:`DeleteMarketingGoodsSubsidyActivityRetailStore`
|
||||
|
||||
- 行业方案
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
## 功能
|
||||
|
||||
- 基于微信支付 v3 版 API 封装。
|
||||
- 支持直连商户、服务商两种模式。
|
||||
- 支持商户(直连模式)、合作伙伴(服务商、渠道商、机构、银行模式)两种角色模式。
|
||||
- 请求时自动生成签名(支持国际 RSA 算法或国密 SM 算法),无需开发者手动干预。
|
||||
- 提供了微信支付所需的 AES、RSA、SM2/SM3/SM4、SHA-256 等算法工具类。
|
||||
- 提供了调起支付签名、解析响应敏感数据、解析回调通知事件敏感数据等扩展方法。
|
||||
|
Reference in New Issue
Block a user