1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 21:02:25 +08:00

Update README.md

This commit is contained in:
silenceper
2018-04-24 17:12:38 +08:00
committed by GitHub
parent 0b71d95650
commit 4470d51ac3

View File

@@ -272,7 +272,7 @@ type Reply struct {
}
```
注意:`retrun nil`表示什么也不做
注意:`return nil`表示什么也不做
#### 回复文本消息
```go