微信公众平台-测试号
https://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index
接口配置信息可留空不用管。
扫码关注测试公众号。
设置修改网页域名
网页授权获取用户基本信息 https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html
参考链接
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
例如访问链接:http://192.168.0.85:8080/pages/activity/user-form/user-form
先编码为:http%3A%2F%2F192.168.0.85%3A8080%2Fpages%2Factivity%2Fuser-form%2Fuser-form
更换appid和redirect
https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx79bf5d99d9db7702&redirect_uri=http%3A%2F%2F192.168.0.85%3A8080%2Fpages%2Factivity%2Fuser-form%2Fuser-form&response_type=code&scope=snsapi_base&state=123#wechat_redirect
直接复制到微信开发者工具的公众号网页粘贴进去即可访问