This commit is contained in:
Changhua 2023-05-06 21:27:12 +08:00
parent 951f5241fe
commit cca1182778

View File

@ -1,5 +1,7 @@
# WeChatFerry HTTP 客户端
基于 [wcferry](https://pypi.org/project/wcferry/) 封装。
[![PyPi](https://img.shields.io/pypi/v/wcfhttp.svg)](https://pypi.python.org/pypi/wcfhttp)
基于 [wcferry](https://pypi.org/project/wcferry/) 封装的 HTTP 客户端。
## 快速开始
### 安装
@ -23,4 +25,4 @@ wcfhttp --cb http://your_host:your_port/callback
```
### 接收消息回调接口文档
参考文档默认地址为http://localhost:9999/docs`接收消息回调样例`。
参考文档默认地址为http://localhost:9999/docs `接收消息回调样例`。