请问ionic中怎么调用微信支付的呢?
或是用Angularjs怎么调用微信支付呢?没有找到相关资料,望老师指点下。 论坛插件有人整过,花钱整一下或者看官方文档研究研究 https://github.com/xu-li/cordova-plugin-wechat
github上面有插件 ionicwang 发表于 2016-1-15 22:23
论坛插件有人整过,花钱整一下
或者看官方文档研究研究
找了好多资料有些少啊,还有英文实在是有些差{:4_87:} admin 发表于 2016-1-15 22:30
https://github.com/xu-li/cordova-plugin-wechat
github上面有插件
感谢管理员,里面插件好多,使用了一个插件在手机上报错, 返回的错误是failed: 普通错误。
$scope.testweixin = function () {
var params = {
partnerid: '10000100', // merchant id
prepayid: 'prepay_id=wx201411101639507cbf6ffd8b0779950874', // prepay id
noncestr: '1add1a30ac87aa2db72f57a2375d8fec', // nonce
timestamp: '1439531364', // timestamp
sign: '0CB01533B8C1EF103065174F50BCA001', // signed string
};
alert("test");
Wechat.sendPaymentRequest(params, function () {
alert("Success");
}, function (reason) {
alert("Failed: " + reason);
});
}
使用的是这个方法,不明白是哪里出的问题。
http://www.ionic.ren/2016/01/20/ionic%E5%B8%B8%E7%94%A8%E6%8F%92%E4%BB%B6-%E6%94%AF%E4%BB%98%E5%AE%9D%E6%94%AF%E4%BB%98%E6%8F%92%E4%BB%B6/
页:
[1]