springboot集成微信和QQ第三方登录 一、首先去腾讯开放平台申请相应的appid等,完成后在yml文件配置如下:constants: # QQ qqAppId: ***** qqAppSecret: ***** qqRedirectUrl: ***** #WECHAT weChatAppId: ***** weChatAppSecret: ***** weChatRe... SpringBoot 2023-12-01 176 点赞 2 评论 266 浏览