Skip to content

wendrewshay/wechat-open

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

微信PC网页端登录-后端API封装(参考结合微信开放平台文档

依赖于本项目的SpringBoot工程项目中properties或yaml文件中的配置:

wechat.open.appid=xxx
wechat.open.appsecret=xxx
wechat.open.redirectUri=xxx

依赖于本项目的SpringBoot工程项目中引入组件:

@Autowired 
private WechatLoginService wechatLoginService;
  • 有多个登录辅助相关操作,如:获取登录二维码链接/获取接口调用凭证/刷新接口调用凭证/校验接口调用凭证/获取微信用户信息;

About

微信开放平台API封装

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages