Create & Init Project...
This commit is contained in:
7
app/interface/main/web-goblin/model/wechat/wechat.go
Normal file
7
app/interface/main/web-goblin/model/wechat/wechat.go
Normal file
@ -0,0 +1,7 @@
|
||||
package wechat
|
||||
|
||||
// AccessToken wechat access token.
|
||||
type AccessToken struct {
|
||||
AccessToken string `json:"access_token"`
|
||||
ExpiresIn int64 `json:"expires_in"`
|
||||
}
|
Reference in New Issue
Block a user