This commit is contained in:
evilbeast 2022-09-09 15:27:01 +08:00
parent 7a7e927442
commit d91c807905
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,7 @@
- 支持好友和群管理
## 支持的微信版本下载
- 官方下载 [WeChatSetup3.6.0.18.exe](https://webcdn.m.qq.com/spcmgr/download/WeChat3.6.0.18.exe)
- 下载 [WeChatSetup3.6.0.18.exe](https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.6.0.18/WeChatSetup-3.6.0.18.exe)
## 帮助文档
- 查看 [常见问题](docs/FAQ.md)

View File

@ -256,6 +256,5 @@ async def send_gif(model: models.SendPatReqModel):
return response_json(1, data)
if __name__ == '__main__':
uvicorn.run(app=app, host='0.0.0.0', port=8000)