202105-26 Spring Boot实现微信小程序登录 使用SpringBoot完成微信小程序登录由于微信最近的版本更新,wx.getUserInfo()的这个接口即将失效,将用wx.getUserProfile()替换,所以近期我也对自己的登录进行更新,并且为了巩固学习到的知识,我自己做了一个小demo,在此分享给大家,希望能对大家有所帮助。废话不多说,直接上代码。前端.wxml<buttonclass="r"bindtap="bindGetUserInfo">同意</button>JS部分bindGetUserInfo(e){letthat=thislettoken=wx.getSt... 继续阅读 >