获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 微信网页授权接口 redirect_uri hash路由#如何处理?
微信网页授权接口:https://open.weixin.qq.com/connect/oauth2/authorize 入参redirect_uri包含#导致回调的地址code参数拼接错误。 redirect_uri:https://www.XXX.com/mobile/index.html#!/login(encodeURLComponent编码) 回调的带有授权码code参数的地址:https://www.XXX.com/mobile/index.html?code=123456789#!/login 这种情况会导致code取参和后续一些页面跳转操作都可能出现问题,请问应该如何处理呢?
2023-03-16 - 小程序能跳转外部网页吗?
现在业务场景是一个列表,点击时需要跳转不同的外部网页,webview中业务域名肯定是配置不了了。
2022-04-02