feat: 是否计划支持企业微信关联的小程序登录
作者: egerdy创建于 2026年3月13日更新于 2026年3月13日
In WeChat for Business, add a self-built application and link the WeChat mini program. The WeChat mini program uses the WeChat for Business login. According to the official API description of WeChat for Business, the WeChat mini program uses the wx.qy.login() function to obtain the code, and the server obtains the session, userid, and corpId through the code. The WeChat mini program can also obtain the encrypted mobile number information through the wx.qy.getMobile() function, and the server decrypts it based on the session obtained from the code.
内容来源: justauth/JustAuth