We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1d16d commit 1bb4263Copy full SHA for 1bb4263
examples/hello-mui/examples/beecloud.html
@@ -103,6 +103,7 @@ <h1 class="mui-title">cloud Pay(云端支付)</h1>
103
})
104
105
function beecloudPay(bcChannel) {
106
+ //因DCloud尚未申请银联账号,故支付宝、微信使用的是DCloud的appid,银联暂时使用BeeCloud的appid,开发者这里无需判断,直接写一个appid即可;
107
var _appid = bcChannel == "UN_WEB" ? "c37d661d-7e61-49ea-96a5-68c34e83db3b":"44f01a13-965f-4b27-ba9f-da678b47f3f5"
108
/*
109
* 构建支付参数
0 commit comments