zqbao 10 months ago
parent
commit
06e787fbd3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      services/wechat/wechat.go

+ 0 - 1
services/wechat/wechat.go

@@ -132,7 +132,6 @@ func GetJsConfig(signUrl string) (jsConf *js.Config, err error) {
 type WxUserInfo struct {
 	OpenId       string `json:"openid"`
 	AccessToken  string `json:"access_token"`
-	ExpiresIn    string `json:"expires_in"`
 	RefreshToken string `json:"refresh_token"`
 	Scope        string `json:"scope"`
 	ErrCode      int