微信公众号开发

https://blog.csdn.net/weixin_38306434/article/details/81384223?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-4.nonecase&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-4.nonecase

注册测试帐号只需要一个手机号,并且拥有微信帐号即可,具体流程如下:

打开注册的网址:http://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=sandbox/login

用手机微信扫描二维码,然后在手机上确认即可

然后借口配置信息修改可以参考我的上一篇文章https://mp.csdn.net/postedit/81384480,里面有详细介绍,如果还有疑问可以留言

接下来需要设置这个网页授权获取用户信息,

接下来强调一下设置的时候这个地方不要加  http://     不然也会导致redirect_uri域名与后台配置不一致,错误代码10003的错误信息

如果还是报redirect_uri域名与后台配置不一致,你可以尝试在前端页面输出一下重定向url,看是否是appid和你的测试号中的appid不一致,如果不一致,需要修改你后台中的appid,在我做的项目中appid是从数据库中取得,所以就改的数据库

https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx9cd349002ba59495&response_type=token&scope=snsapi_base&state=ture&redirect_uri=http%3A%2F%2Fwww.alinger.cn

https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx9cd349002ba59495&response_type=token&scope=snsapi_base&state=ture&redirect_uri=http%3A%2F%2Fwww.alinger.cn

https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx627f30634a112325&response_type=token&scope=snsapi_base&state=ture&redirect_uri=http://qq.jipaitop.com

https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx9cd349002ba59495&response_type=token&scope=snsapi_base&state=ture&redirect_uri=http%3A%2F%2Fwww.baidu.com


发表评论

电子邮件地址不会被公开。 必填项已用*标注