zqbao 9 月之前
父节点
当前提交
06e787fbd3
共有 1 个文件被更改,包括 0 次插入1 次删除
  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