zqbao 11 сар өмнө
parent
commit
06e787fbd3

+ 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