1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-10 15:52:26 +08:00

update readme

This commit is contained in:
wenzl
2017-10-25 10:42:33 +08:00
parent 5910f62cf6
commit e50fd5fa29

View File

@@ -514,10 +514,10 @@ fmt.Println(cfg)
```go ```go
type Config struct { type Config struct {
AppID string AppID string `json:"app_id"`
TimeStamp int64 Timestamp int64 `json:"timestamp"`
NonceStr string NonceStr string `json:"nonce_str"`
Signature string Signature string `json:"signature"`
} }
``` ```