{"id":104,"date":"2021-07-30T21:53:35","date_gmt":"2021-07-30T13:53:35","guid":{"rendered":"http:\/\/blog.nonot.cn\/?p=104"},"modified":"2021-07-30T21:53:35","modified_gmt":"2021-07-30T13:53:35","slug":"%e3%80%90wxpay%e3%80%91%e5%be%ae%e4%bf%a1%e6%94%af%e4%bb%98weixinjsbridge-invoke%e7%9a%84%e4%bd%bf%e7%94%a8%e6%96%b9%e6%b3%95","status":"publish","type":"post","link":"https:\/\/blog.nonot.cn\/index.php\/2021\/07\/30\/%e3%80%90wxpay%e3%80%91%e5%be%ae%e4%bf%a1%e6%94%af%e4%bb%98weixinjsbridge-invoke%e7%9a%84%e4%bd%bf%e7%94%a8%e6%96%b9%e6%b3%95\/","title":{"rendered":"\u3010WXPAY\u3011\u5fae\u4fe1\u652f\u4ed8WeixinJSBridge.invoke\u7684\u4f7f\u7528\u65b9\u6cd5"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>\/\/\u8c03\u8d77\u5fae\u4fe1\u652f\u4ed8\n    function onBridgeReady(Data)\n    {\n        WeixinJSBridge.invoke(\n                'getBrandWCPayRequest',\n                Data,\n        function(res){\n            if(res.err_msg === \"get_brand_wcpay_request:ok\" ) {\n                window.location.href ='&amp;payStatus=ok';\n            }else\n            {\n                window.location.href ='&amp;payStatus=cancel';\n            }\n        }\n    );\n    }\n\n\n    \/\/\u53bb\u652f\u4ed8\n    function toPay() {\n\n        var amount=10;    \/\/\u9875\u9762\u5c55\u793a\u4e3a\u5143\n        \/\/\u5546\u54c1\u4fe1\u606f\n        var shopCarGoodsInfo={\n\n        };\n\n        if(canClick){\n            canClick = false;\n            $.post('toPay',{amount:amount,goods:shopCarGoodsInfo},function(res){\n                canClick = true;\n\n                if (typeof WeixinJSBridge == \"undefined\"){\n                    if( document.addEventListener ){\n                        document.addEventListener('WeixinJSBridgeReady', function(){onBridgeReady(res);}, false);\n                    }else if (document.attachEvent){\n                        document.attachEvent('WeixinJSBridgeReady',  function(){onBridgeReady(res);});\n                        document.attachEvent('onWeixinJSBridgeReady',  function(){onBridgeReady(res);});\n                    }\n                }else{\n                    onBridgeReady(res);\n                }\n\n            });\n        }\n\n    }<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-104","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.nonot.cn\/index.php\/wp-json\/wp\/v2\/posts\/104","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.nonot.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.nonot.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.nonot.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.nonot.cn\/index.php\/wp-json\/wp\/v2\/comments?post=104"}],"version-history":[{"count":0,"href":"https:\/\/blog.nonot.cn\/index.php\/wp-json\/wp\/v2\/posts\/104\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.nonot.cn\/index.php\/wp-json\/wp\/v2\/media?parent=104"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.nonot.cn\/index.php\/wp-json\/wp\/v2\/categories?post=104"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.nonot.cn\/index.php\/wp-json\/wp\/v2\/tags?post=104"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}