企业微信组织的网页授权链接(oauth2)可以在微信里使用,但是微信组织的授权链接(oauth2)不能在企业微信里使用(提示请在微信客户端打开链接),是因为微信兼容企业微信appid,而企业微信不兼容微信appid对吗,会考虑支持一下吗 ?
使用微信的appid组织的链接(官方文档提供),可以在微信里打开,但是不能在企业微信里打开
https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx520c15f417810387&redirect_uri=https%3A%2F%2Fchong.qq.com%2Fphp%2Findex.php%3Fd%3D%26c%3DwxAdapter%26m%3DmobileDeal%26showwxpaytitle%3D1%26vb2ctag%3D4_2030_5_1194_60&response_type=code&scope=snsapi_base&state=123#wechat_redirect
使用企业微信的corpId组织的链接,可以在微信里打开,也可以在企业微信里打开
https://open.weixin.qq.com/connect/oauth2/authorize?appid=ww93b1515a5be2cab6&redirect_uri=https%3A%2F%2Fchong.qq.com%2Fphp%2Findex.php%3Fd%3D%26c%3DwxAdapter%26m%3DmobileDeal%26showwxpaytitle%3D1%26vb2ctag%3D4_2030_5_1194_60&response_type=code&scope=snsapi_base&state=123#wechat_redirect
您好,是的,微信的oauth2链接appid不是应用或者套件的corpid,还未兼容,所以只能在微信端授权
https://work.weixin.qq.com/wework_admin/h5_wxplugin/gominiapp?appid=5629502850546258这个链接怎么授权呢
你好 ajax 调用https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx520c15f417810387&redirect_uri=https%3A%2F%2Fchong.qq.com%2Fphp%2Findex.php%3Fd%3D%26c%3DwxAdapter%26m%3DmobileDeal%26showwxpaytitle%3D1%26vb2ctag%3D4_2030_5_1194_60&response_type=code&scope=snsapi_base&state=123#wechat_redirect
产生跨域应该怎么解决