1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 21:02:25 +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
type Config struct {
AppID string
TimeStamp int64
NonceStr string
Signature string
AppID string `json:"app_id"`
Timestamp int64 `json:"timestamp"`
NonceStr string `json:"nonce_str"`
Signature string `json:"signature"`
}
```