获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 小程序通过web-view嵌套h5页面,h5页面调用公众号授权接口获取openId?
小程序通过web-view嵌套h5页面,h5页面调用公众号授权接口https://open.weixin.qq.com/connect/oauth2/authorize?appid=appid&redirect_uri=redirect_uri&response_type=code&scope=snsapi_userinfo&state=3#wechat_redirect获取code时redirect_uri可以和web-view嵌套的h5是一个吗?本地调试该怎么整。 h5地址http://192.168.224.17:8080/platform-app/pagesIndex/mph5,redirect_uri地址也写成http://192.168.224.17:8080/platform-app/pagesIndex/mph5,都是我本地运行的地址,提示redirect_uri参数错误。想本地测试获取重定向后的code及跳转回小程序的功能
10-17 - 同一主体下的小程序和公众号已做关联,如何往关注公众号下的指定用户推送模板消息?
同一主体下的小程序和公众号已做关联,如何往关注公众号下的指定用户推送模板消息?现在使用小程序下的openId往公众号推送消息是不是不可用了
10-16