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