Files
DotNetCore.SKIT.FlurlHttpCl…/src/SKIT.FlurlHttpClient.Wechat.Work/README.md

28 lines
1.4 KiB
Markdown
Raw Normal View History

2022-01-21 12:32:03 +08:00
## SKIT.FlurlHttpClient.Wechat.Work
[![GitHub Stars](https://img.shields.io/github/stars/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat?logo=github&label=Stars)](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat) [![GitHub Forks](https://img.shields.io/github/forks/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat?logo=github&label=Forks)](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat) [![NuGet Download](https://img.shields.io/nuget/dt/SKIT.FlurlHttpClient.Wechat.Work.svg?sanitize=true&label=Downloads)](https://www.nuget.org/packages/SKIT.FlurlHttpClient.Wechat.Work) [![License](https://img.shields.io/github/license/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat?label=License)](https://mit-license.org/)
2023-03-02 19:36:47 +08:00
基于 `Flurl.Http` 的企业微信 HTTP API SDK。
2022-01-21 12:32:03 +08:00
---
### 【功能特性】
- 基于企业微信 API 封装。
2022-12-04 02:59:54 +08:00
- 支持企业内部开发、第三方应用开发、服务商代开发、智慧硬件开发四种模式。
2023-03-28 21:41:41 +08:00
- 提供了企业微信所需的 AES、RSA、SHA-1 等算法工具类。
2025-02-05 14:41:17 +08:00
- 提供了企业微信会话内容存档基于 C++ SDK 的相关功能封装。
2022-01-21 12:32:03 +08:00
- 提供了 JS-SDK 签名、解析回调通知事件等扩展方法。
---
### 【开发文档】
[点此查看](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat)。
---
### 【更新日志】
2022-05-06 20:29:27 +08:00
[点此查看](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat/blob/main/CHANGELOG.md)。