白屏啊,是测试账号的原因吗
https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html 第一步:用户同意授权,获取code 在确保微信公众账号拥有授权作用域(scope参数)的权限的前提下(服务号获得高级接口后,默认拥有scope参数中的snsapi_base和snsapi_userinfo),引导关注者打开如下页面: https://open.weixin.qq.com/connect/oauth2/authorize?appid=APPID&redirect_uri=REDIRECT_URI&response_type=code&scope=SCOPE&state=STATE#wechat_redirect https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx5b98383c018d04fb&redirect_uri=https%3A%2F%2Fwww.uetty.com%2Fwxpa%2FhandleCode&response_type=code&scope=snsapi_userinfo&state=mystate&connect_redirect=1#wechat_redirect 不行啊,白屏怎么回事