微信公众号本地测试方法

1、下载微信开发者工具
https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html

2、微信公众号管理页面
https://mp.weixin.qq.com/cgi-bin/bizlogin?action=validate&lang=zh_CN&account=18915982312%40189.cn&token=

3、配置相关开发人员


image.png
image.png
image.png

4、配置请求地址
https://open.weixin.qq.com/connect/oauth2/authorize?appid={{ 需要测试的appid }}&redirect_uri={{ 回调地址 即 实际页面地址 }}&response_type=code&scope=snsapi_base#wechat_redirect

5、在回调地址里获取code

你可能感兴趣的:(微信公众号本地测试方法)