更新readme.md

This commit is contained in:
eatMoreApple 2021-04-24 17:25:50 +08:00
parent 9cfa517518
commit 3b128f9f9c

View File

@ -9,10 +9,6 @@ golang版本大于等于1.11
**目前可以突破微信网页版限制登录,但是存在个别可以在网页版登录,但不能使用主分支登录的用户可以尝试使用`slave`分支进行登录**
### 安装
`go get`
@ -23,12 +19,6 @@ go get github.com/eatMoreApple/openwechat
`go mod`
```shell
require github.com/eatMoreApple/openwechat
```
### 快速开始
@ -66,6 +56,16 @@ func main() {
#### 突破网页版登录限制
**网页版登陆不上的可以尝试使用该模式登陆**
```go
bot := openwechat.DefaultBot(openwechat.Desktop)
```
#### 回复消息
```go