zqbao 11 meses atrás
pai
commit
06e787fbd3
1 arquivos alterados com 0 adições e 1 exclusões
  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