美文网首页
微信公众号支付

微信公众号支付

作者: 子涵_520 | 来源:发表于2021-05-11 10:34 被阅读0次

    微信公众号支付,
    1.首先得获取code,用户授权成功之后就会返回code,通过以下链接授权
    https://open.weixin.qq.com/connect/oauth/authorize?appid=appid&redirect_uri=url&response_type=code&scope=snsapi_userinfo&state=park#wechat_redirect](https://open.weixin.qq.com/connect/oauth/authorize?appid=appid&redirect_uri=url&response_type=code&scope=snsapi_userinfo&state=park#wechat_redirect)
    参数:appid:公众号的唯一标识
    redirect_uri:重定向的url,就是授权后要跳转的页面
    scope:应用授权作用域
    snsapi_base:不弹出授权页面,直接跳转,只能获取用户openid
    snsapi_userinfo:弹出授权页面,可通过openid拿到昵称、性别、所在地
    state:重定向后带的参数
    2.通过获取的code换openid

    微信图片_20180904205223.png
    3.调起支付
    链接:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=7_7&index=6

    相关文章

      网友评论

          本文标题:微信公众号支付

          本文链接:https://www.haomeiwen.com/subject/favnwftx.html