小程序
小游戏
企业微信
微信支付
扫描小程序码分享
在网页授权,第一步:获取code,请求的URL为:
https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx8b4052fd6c49xxxx&redirect_uri=https%3A%2F%2Fcrm.uni-trend.com.cn%2Fwxcrm%2Finit.html&response_type=code&scope=snsapi_base&state=ms#wechat_redirect
返回Redirect URL,带不上code参数
但如果在redirect_uri中加入%0A,返回可带上参数,但浏览器无法解析
https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx8b4052fd6c49xxxx&redirect_uri=https%3A%2F%2Fcrm.uni-trend.com.cn%2Fwxcrm%2Finit.html%0A&response_type=code&scope=snsapi_base&state=ms#wechat_redirect
我是根据教程操作的,请问是URL编写的问题吗?
盼复,谢谢。
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
破案,微信浏览器限制,复制链接是复制不出code的,但通过JavaScript可以alert出来。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
破案,微信浏览器限制,复制链接是复制不出code的,但通过JavaScript可以alert出来。