|
@@ -79,7 +79,7 @@ const (
|
|
|
weixinShowQRScene = "https://mp.weixin.qq.com/cgi-bin/showqrcode"
|
|
|
weixinShortURL = "https://api.weixin.qq.com/cgi-bin/shorturl"
|
|
|
weixinUserInfo = "https://api.weixin.qq.com/cgi-bin/user/info"
|
|
|
- weixinFileURL = "http://file.api.weixin.qq.com/cgi-bin/media"
|
|
|
+ weixinFileURL = "https://file.api.weixin.qq.com/cgi-bin/media"
|
|
|
weixinTemplate = "https://api.weixin.qq.com/cgi-bin/template"
|
|
|
weixinRedirectURL = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=%s&redirect_uri=%s&response_type=code&scope=%s&state=%s#wechat_redirect"
|
|
|
weixinUserAccessTokenURL = "https://api.weixin.qq.com/sns/oauth2/access_token?appid=%s&secret=%s&code=%s&grant_type=authorization_code"
|