Heim > Artikel > WeChat-Applet > Ausführliche Erläuterung der WeChat-Anmeldung für Unternehmen, um Benutzerinformationen zu erhalten
在开发企业微信小程序时,有时需要获取当前登录用户的详细信息,如部门、邮箱等,现做以下总结。
相关免费学习推荐:微信小程序开发
相关配置项
打开 微信开发者工具 ,切换到小程序模式,配置小程序相关的信息:
微信开发者工具 切换到 企业微信小程序模式,点击 模拟操作 -》选择企业 ,选择对应的企业信息,如图所示:
获取 企业微信 派发的临时登录凭证
https://work.weixin.qq.com/api/doc/90000/90136/91506
获取 access_token
https://work.weixin.qq.com/api/doc/10013
,跳转到第三步,获取 access_token
https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=ID&corpsecret=SECRET
获取 session_key、用户 userid 以及用户所在企业的 corpid 等信息
https://work.weixin.qq.com/api/doc/90000/90136/91507
https://qyapi.weixin.qq.com/cgi-bin/miniprogram/jscode2session?access_token=ACCESS_TOKEN&js_code=CODE&grant_type=authorization_code
读取成员信息
https://work.weixin.qq.com/api/doc/90000/90135/90196
https://qyapi.weixin.qq.com/cgi-bin/user/get?access_token=ACCESS_TOKEN&userid=USERID
相关学习推荐:小程序开发教程
Das obige ist der detaillierte Inhalt vonAusführliche Erläuterung der WeChat-Anmeldung für Unternehmen, um Benutzerinformationen zu erhalten. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!