- 个人开发企业应用,如何取得企业内userid?
按开发顺序调用以下API后: https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&redirect_uri={redirectUri}&response_type=code&scope=snsapi_userinfo&state={state}#wechat_redirect https://qyapi.weixin.qq.com/cgi-bin/service/auth/getuserinfo3rd?suite_access_token={suiteAccessToken}&code={code} 得到的用户信息,其中userId是密文,不是企业内的明文账号,user_ticket为空: { "errcode": 0, "errmsg": "ok", "corpid": "wpENQmbgAArS5PXVfjUmh-xsWnbeQsjw", "userid": "woENQmbgAAV6sFlM21RkTN7efCAKZJWg", "user_ticket": null, "expires_in": 0, "open_userid": null } 怎么能得到明文的UserId呢?
09-04 - 请前往PC打开链接添加应用?
按官网的要求: https://developer.work.weixin.qq.com/document/path/90597 先取得pre_auth_code: https://developer.work.weixin.qq.com/document/path/90601 再用这个pre_auth_code去调用: https://open.work.weixin.qq.com/3rdapp/install?suite_id=SUITE_ID&pre_auth_code=PRE_AUTH_CODE&redirect_uri=REDIRECT_URI&state=STATE 然后就显示一样的错误。为什么?我还在测试,应用是已经添加了啊?
09-02 - 微信开发工具网络连接失败,不能获取本地证书?
系统:Windows 10 专业版 1809 微信开发工具:稳定版 Stable Build (1.03.2005140) 和 开发版 Nightly Build (1.04.2005272)报错:Unable to get local issuer certificate. 不能正常显示二维码。 (IE打开任何网站没有问题,可以显示微信授权登录二维码,如京东。可以正常访问https://open.weixin.qq.com/。) 使用系统代理。(不使用代理报错Error: read ECONNRESET) [图片]本地证书没有任何问题: [图片]
2020-05-28