mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-10 15:52:26 +08:00
update readme
This commit is contained in:
@@ -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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user