package options type WechatOption struct { AppId string `json:"appId" mapstructure:"appId"` AppSecret string `json:"appSecret" mapstructure:"appSecret"` RedirectUri string `json:"redirectUri" mapstructure:"redirectUri"` }