We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
function ready(a) { window.AlipayJSBridge ? a && a() : document.addEventListener("AlipayJSBridgeReady", a, !1) } ready(function() { try { var a = { actionType: "scan", u: "uid", a: "1", m: "123", biz_data: { s: "money", u: "uid", a: "1", m: "123" } } } catch (b) { returnApp() } AlipayJSBridge.call("startApp", { appId: "20000123", param: a }, function(a) {}) }); document.addEventListener("resume", function(a) { returnApp() });
The text was updated successfully, but these errors were encountered:
上面的js代码调用支付宝扫码的作用是啥,我没看懂
Sorry, something went wrong.
固定金额,固定备注
No branches or pull requests
The text was updated successfully, but these errors were encountered: