1
0
mirror of synced 2026-04-26 11:42:28 +08:00

🐛 微信公众平台更换为微信开放平台

This commit is contained in:
Yangkai.Shen
2019-05-17 18:11:47 +08:00
parent 87c2a1b2cd
commit 144decd932
2 changed files with 3 additions and 3 deletions

View File

@@ -336,7 +336,7 @@ public enum ApiUrl {
WECHAT {
@Override
public String authorize() {
return "https://open.weixin.qq.com/connect/oauth2/authorize";
return "https://open.weixin.qq.com/connect/qrconnect";
}
@Override