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