gdzhshum
gdzhshum
  • 发布:2016-02-25 10:49
  • 更新:2016-02-25 11:34
  • 阅读:1210

支付宝 IPhone 4S 支付失败 返回 -1

分类:5+ SDK

使用IPHONE 4s 时返回 {"message":"无效的参数,http://ask.dcloud.net.cn/article/282","code":-1}
当我用 IPHONE 5S 测试是正常的
使用android 一台机器测试也是正常的

请问是不是存在这个BUG ?

2016-02-25 10:49 负责人:无 分享
已邀请:
gdzhshum

gdzhshum (作者)

plus.payment.request(channel,xhr.responseText,function(result){
console.log(result)
plus.nativeUI.alert("支付成功!",function(){
console.log(3333)
console.log(result)
callback(result)
});
},function(error){
plus.nativeUI.alert("支付失败:" + error.code);
});

5s 这个函数进不去 又是什么情况?

该问题目前已经被锁定, 无法添加新回复