微信支付(微信公众号支付) [记录]
后台 先获取code code有效5min public string GetCodeUrl(string Appid, string redirect_uri) { return string.Format( " https://open.weixin.qq.com/connect/oauth2/authorize?appid= {0}&redirect_uri={1}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect" , Appid, redirect_uri); } url 接口(接收code方法地址***/a/b) 通过code获取token access_token 公众号调用各接口时都需使用access_token 通过token 生成 预支付订单 文档代码: function onBridgeReady(){ WeixinJSBridge.invoke( 'getBrandWCPayRequest' , { "appId":"wx2421b1c4370ec43b", // 公众号名称,由商户传入 "timeStamp":"1395712654", // 时间戳,自1970年以来的秒数 "nonceStr"