feat: 更新readme

This commit is contained in:
hackrobot
2024-03-21 08:52:16 +08:00
parent 9550dd83c6
commit 902213ae9f

View File

@@ -1,20 +1,20 @@
#bhrs_KPWXBotDemo # bhrs_KPWXBotDemo
##安装依赖 ## 安装依赖
pip install -r requirements.txt pip install -r requirements.txt
## 28369 ## 28369
##项目说明 ## 项目说明
1.基于 flask 框架 ,直观易懂,上手成本低 1.基于 flask 框架 ,直观易懂,上手成本低
2.目前仅支持 http 通信方式 2.目前仅支持 http 通信方式
##项目文件说明 ## 项目文件说明
###WXBotService.py ### WXBotService.py
1.封装了全部httpapi 1.封装了全部httpapi
2.提供了unicode转emoji方法 2.提供了unicode转emoji方法
@@ -32,7 +32,7 @@ pip install -r requirements.txt
4.自动解密图片 4.自动解密图片
##提供的api列表 ## 提供的api列表
| HTTPAPI接口 | WXBotService方法 | | HTTPAPI接口 | WXBotService方法 |
|--------------------|-------------------------------------| |--------------------|-------------------------------------|
@@ -90,7 +90,7 @@ pip install -r requirements.txt
| 朋友圈点赞[K10052] | moments_like | | 朋友圈点赞[K10052] | moments_like |
| 朋友圈取消点赞[K10053] | moments_cancel_like | | 朋友圈取消点赞[K10053] | moments_cancel_like |
##新增方法 ## 新增方法
| 说明 | WXBotService方法 | | 说明 | WXBotService方法 |
|-------------------|----------------------| |-------------------|----------------------|