目前ios审核如果是虚拟商品都需要使用苹果支付,在问答区也找到几篇关于appleiap通道的帖子,自己照着帖子打包了个ios测试包但是无法获取到appleiap通道,只有wxpay,alipay,请问目前是否支持appleiap?
附上参照的帖子:
http://ask.dcloud.net.cn/article/497
2***@qq.com
- 发布:2016-05-25 19:37
- 更新:2019-12-17 17:36
- 阅读:2055
2 个回复
搬砖中
请问 你解决了吗?
1***@qq.com
var order = {
“ productid”:'owl_silvercoin_60000',
“ username”:“ Test2”,
“ quantity”:“ 2”
};
console.log(“ channel == 11 =:” JSON.stringify(channel));
console.log(“ order =:” JSON.stringify(order));
plus.payment.request(channel,order,function(paymentResult){
console.log(“ result ===支付完成=====”“);
},function(err){
console.log(”获取支付失败: “ JSON.stringify(err));
})
我调用了plus.payment.request后,没有响应。不知那里弄错了?请大神回答下,谢谢