mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-21 19:09:58 +08:00
feat(wxads): bump version to v2.0.0-rc.3
This commit is contained in:
@@ -1,22 +1,16 @@
|
||||
## SKIT.FlurlHttpClient.Wechat.TenpayV2
|
||||
## SKIT.FlurlHttpClient.Wechat.Ads
|
||||
|
||||
[](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat)
|
||||
[](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat)
|
||||
[](https://www.nuget.org/packages/SKIT.FlurlHttpClient.Wechat.TenpayV2)
|
||||
[](https://mit-license.org/)
|
||||
[](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat) [](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat) [](https://www.nuget.org/packages/SKIT.FlurlHttpClient.Wechat.Ads) [](https://mit-license.org/)
|
||||
|
||||
基于 `Flurl.Http` 的微信商户平台 API v2 版客户端。
|
||||
|
||||
**注意**:本库仅仅包含微信支付未提供 v3 版 API 的部分功能,如需微信支付 v3 版 API 客户端,欢迎使用 [`SKIT.FlurlHttpClient.Wechat.TenpayV3`](https://www.nuget.org/packages/SKIT.FlurlHttpClient.Wechat.TenpayV3)。
|
||||
基于 `Flurl.Http` 的微信广告平台 API 版客户端。
|
||||
|
||||
---
|
||||
|
||||
### 【功能特性】
|
||||
|
||||
- 基于微信支付 v2 版 API 封装。
|
||||
- 支持直连商户、服务商两种模式。
|
||||
- 请求时自动生成签名,无需开发者手动干预。
|
||||
- 提供了微信支付所需的 MD5、HMAC-SHA-256 等算法工具类。
|
||||
- 基于微信广告平台 API 封装。
|
||||
- 请求时自动生成服务商身份令牌,无需开发者手动干预。
|
||||
- 提供了微信广告平台 API 所需的 MD5 等算法工具类。
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageProjectUrl>https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat</PackageProjectUrl>
|
||||
<PackageTags>Flurl.Http Wechat Weixin MicroMessage WechatAds WechatAdvertisting 微信 广告平台 微信广告平台 腾讯广告平台 广点通 微信广点通 腾讯广点通</PackageTags>
|
||||
<Version>2.0.0-rc.2</Version>
|
||||
<Version>2.0.0-rc.3</Version>
|
||||
<Description>基于 Flurl.Http 的微信广告平台(广点通)API 客户端。</Description>
|
||||
<Authors>Fu Diwei</Authors>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
|
||||
Reference in New Issue
Block a user