同样的问题 解决了吗,楼主
网页授权出现跨域问题,域名已经在公众平台配置XMLHttpRequest cannot load https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx1b63f19b557665ec&redirect_uri=https%3A%2F%2Factivitygray.motivape.cn%2F%23%2Ffriends_index%3Fopenid%3D%26channelType%3D0&response_type=code&scope=snsapi_userinfo&state=?openid=&channelType=0#wechat_redirect. Redirect from 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx1b63f19b557665ec&redirect_uri=https%3A%2F%2Factivitygray.motivape.cn%2F%23%2Ffriends_index%3Fopenid%3D%26channelType%3D0&response_type=code&scope=snsapi_userinfo&state=?openid=&channelType=0#wechat_redirect' to 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx1b63f19b557665ec&redirect_uri=https%3A%2F%2Factivitygray.motivape.cn%2F%23%2Ffriends_index%3Fopenid%3D%26channelType%3D0&response_type=code&scope=snsapi_userinfo&state=?openid=&channelType=0&connect_redirect=1#wechat_redirect' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://activitygray.motivape.cn' is therefore not allowed access. [图片]
2020-07-24这问题,官方的人 怎么不出来说明、解决啊? 楼主你解决了吗??
微信公众号网页授权 跨域问题?流程: 前端请求后台接口,后台重定向到https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc7290663e60b3a23&redirect_uri=http%3A%2F%2Fantare.fun%2Fweixin%2Fauth&response_type=code&scope=snsapi_userinfo&connect_redirect=1&state=STATE#wechat_redirect 之后前端会报跨域问题: Access to XMLHttpRequest at 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc7290663e60b3a23&redirect_uri=http%3A%2F%2Fantare.fun%2Fweixin%2Fauth&response_type=code&scope=snsapi_userinfo&connect_redirect=1&state=STATE#wechat_redirect' (redirected from 'http://antare.fun/weixin/login') from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
2020-07-24请问你在添加顾问的时候,guid_openid 怎么获取的?然后传入微信接口的
公众号对话能力addGuideAcct根据openid创建时,已收到授权,但是errcode为-1?微信公众号对话能力接口中的 shopping-guide.addGuideAcct,支持按照微信号guide_account或guid_openid来进行顾问添加,测试过,传入guide_account时,接口返回正确,但是传入guid_openid时,接口返回{"errcode":-1,"errmsg":"system error hint: [z.Edjlnre-93fhwa]"}。不过2种传参调用后,准顾问手机端都可以收到“顾问添加邀请”。 =============== bug提出完毕,以下为吐槽 ================= 另外吐槽一下官方的顾问添加流程,需要:①调用接口添加顾问 → ②顾问在手机上接受邀请 → ③第三方系统通过shopping-guide.getGuideAcct接口轮询guid_openid是否是导购来判定导购是否真的添加成功(结束邀请) 如果是通过guide_account添加的,这个流程倒也说得过去。但是,如果是通过guide_openid添加的,其实我们第三方在获取这个openid时,基本都已经让顾问用自己的微信与商家的公众号预先进行一轮交互了,这时候创建后的顾问,如果还需要顾问再操作一番接受邀请才算添加完成,不免有点画蛇添足。 微信出品的很多功能都很具有应用价值,这个得承认。但是很多时候由于技术团队或者业务团队,没有将需求下沉到基层商户层面,缺乏与终端商户的面对面沟通,很多功能很难最终落地,终究只是昙花一现,甚至腹死胎中。 望微信团队能对易用性、合理性这一块加以重视,往做减方向前进,而不是总是推出繁杂(虽然强大)的功能,然后依托第三方开发或终端用户在实践中不停对你们提出减的意见。
2020-07-10大神们,请指教 没人回答,啥意思 是不会、是没做过还是没就没有这个接口
微信接口新建群发发送成功后,获取发送过的历史信息记录最近有一个需求就是调用微信接口:新建群发的功能 发消息给所有用户 、指定用户、分组用户 发送成功后想保留群发消息的内容; 我想问的是微信有没有接口调用一下获取群发历史内容? 大神帮忙 或者给个解决方案让小弟参考一下? 谢谢各位大神,请指教 小弟不胜感激!
2018-12-04