收藏
回答

如何在网页授权回调url添加多个参数?

我这个页面是一个活动详情页 进入页面的时候会获取一个aid=123&bid=456,但是url回调域名携带参数只能添加到state里面,如何添加多个参数保证参数不丢失呢?

回答关注问题邀请回答
收藏

1 个回答

  • struggling
    struggling
    2020-06-20

    微信回调的时候,我在state里面携带参数,回调之后路径后面state参数是空的,我想知道你是怎么把参数拼接在state后面的,麻烦指教一下,谢谢!

    2020-06-20
    有用
    回复 4
    • 户晓
      户晓
      2020-06-26
      window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${rurl}&response_type=code&scope=snsapi_userinfo&state=${id}&connect_redirect=1#wechat_redirect`;
      2020-06-26
      回复
    • 户晓
      户晓
      2020-06-26
      我用window.location.href进行跳转到微信授权,直接在state后面拼接的参数就能带回来
      2020-06-26
      1
      回复
    • struggling
      struggling
      2020-06-28回复户晓
      实现啦,谢谢你
      2020-06-28
      回复
    • 波比
      波比
      2020-11-18回复struggling
      真的可以吗,文档说state里只能写a-zA-Z0-9啊....
      2020-11-18
      回复
登录 后发表内容
问题标签