Update README

This commit is contained in:
Changhua 2023-05-08 16:01:44 +08:00
parent b8091a9581
commit d3d64ec68f
3 changed files with 10 additions and 2 deletions

View File

@ -48,7 +48,7 @@
参考 [Go README.MD](go/README.MD) 参考 [Go README.MD](go/README.MD)
### HTTP ### HTTP
[![PyPi](https://img.shields.io/pypi/v/wcfhttp.svg)](https://pypi.python.org/pypi/wcfhttp) [![PyPi](https://img.shields.io/pypi/v/wcfhttp.svg)](https://pypi.python.org/pypi/wcfhttp) [![Downloads](https://static.pepy.tech/badge/wcfhttp)](https://pypi.python.org/pypi/wcfhttp) [![Documentation Status](https://readthedocs.org/projects/wechatferry/badge/?version=latest)](https://wechatferry.readthedocs.io/zh/latest/?badge=latest)
* 安装 * 安装
```sh ```sh

View File

@ -1,5 +1,5 @@
# WeChatFerry HTTP 客户端 # WeChatFerry HTTP 客户端
[![PyPi](https://img.shields.io/pypi/v/wcfhttp.svg)](https://pypi.python.org/pypi/wcfhttp) [![PyPi](https://img.shields.io/pypi/v/wcfhttp.svg)](https://pypi.python.org/pypi/wcfhttp) [![Downloads](https://static.pepy.tech/badge/wcfhttp)](https://pypi.python.org/pypi/wcfhttp) [![Documentation Status](https://readthedocs.org/projects/wechatferry/badge/?version=latest)](https://wechatferry.readthedocs.io/zh/latest/?badge=latest)
基于 [wcferry](https://pypi.org/project/wcferry/) 封装的 HTTP 客户端。 基于 [wcferry](https://pypi.org/project/wcferry/) 封装的 HTTP 客户端。
@ -26,3 +26,7 @@ wcfhttp --cb http://your_host:your_port/callback
### 接收消息回调接口文档 ### 接收消息回调接口文档
参考文档默认地址为http://localhost:9999/docs `接收消息回调样例`。 参考文档默认地址为http://localhost:9999/docs `接收消息回调样例`。
|![碲矿](https://raw.githubusercontent.com/lich0821/WeChatFerry/master/TEQuant.jpg)|![赞赏](https://raw.githubusercontent.com/lich0821/WeChatFerry/master/QR.jpeg)|
|:-:|:-:|
|后台回复 `WeChatFerry` 加群交流|如果你觉得有用|

View File

@ -91,6 +91,10 @@ if __name__ == "__main__":
``` ```
|![碲矿](https://raw.githubusercontent.com/lich0821/WeChatFerry/master/TEQuant.jpg)|![赞赏](https://raw.githubusercontent.com/lich0821/WeChatFerry/master/QR.jpeg)|
|:-:|:-:|
|后台回复 `WeChatFerry` 加群交流|如果你觉得有用|
## 一起开发 ## 一起开发
### 配置环境 ### 配置环境
```sh ```sh