Browse Source

添加微信公众号授权链接配置

master v0.1.2
zhenghaorong 2 years ago
parent
commit
50a513dee1
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      url.go

+ 3
- 0
url.go View File

@ -22,3 +22,6 @@ const MINIAPP_SUBSCRIBE_MESSAGE_SEND_API string = "https://api.weixin.qq.com/cgi
const GET_APP_OPENID string = "https://api.weixin.qq.com/sns/oauth2/access_token?appid=%s&secret=%s&code=%s&grant_type=authorization_code"
const GET_MINIAPP_QRCODE string = "https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token=%s"
//公众号授权
const OFFICAL_ACCOUNT_AUTHORIZATION_URL string = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=%s&redirect_uri=%s&response_type=code&scope=snsapi_userinfo&state=%s#wechat_redirect"

Loading…
Cancel
Save