测试
来源:13-13 项目的打包与部署
百香果女孩
2020-02-04
访问https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx952989f34dbf24eb&redirect_uri=http://47.96.19.200/one/wechatlogin/logincheck&role_type=1&response_type=code&scope=snsapi_userinfo&state=1#wechat_redirect是可以登录到主页面即即47.96.19.200/one/frontend/index页面而且数据库也有微信账号记录也可以绑定微信账号
但是访问https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx952989f34dbf24eb&redirect_uri=http://47.96.19.200/one/wechatlogin/logincheck&role_type=1&response_type=code&scope=snsapi_userinfo&state=2#wechat_redirect
是访问不到商店页面微信,微信工具显示
服务器端也没有报错
想问下这种情况怎么解决
写回答
1回答
-
翔仔
2020-02-05
404就是微信验证通过后,回调你的方法之后,你的方法里面给跳转到的页面找不到呢,你可以尝试直接跳转试试,肯定是跳不到这个页面去的,所以看看你的跳转路由,应该是写错了
022020-02-06
相似问题