收藏
回答

微信H5支付

var url = "//备案域名/upfile/h5/web/quickrecharge/quickrecharge.html";

window.location.href ="https://open.weixin.qq.com/connect/oauth2/authorize?appid="+appid+"&redirect_uri="+url+"&response_type=code&scope=snsapi_userinfo&state="+new Date().getTime()+"#wechat_redirect";

获取code的时候,这个url 是不是不能带任何的参数????

最后一次编辑于  2020-06-16
回答关注问题邀请回答
收藏

2 个回答

  • peng
    peng
    2020-06-16

    回调参数是不能加参数了,因为微信要拼查询字符串(?code=xxxx&state=xxxx),没有做的那么智能,如果你一定要参数可以再state值上面做手脚,比如state=参数1_参数2_参数n。

    2020-06-16
    有用 1
    回复
  • 微信支付技术助手7
    微信支付技术助手7
    2020-06-16

    不可以加参数

    2020-06-16
    有用
    回复
登录 后发表内容
问题标签