ionic中的hantepay付款方式工具

时间:2019-10-18 18:11:43

标签: ios angular ionic-framework ionic4

我想实现微信支付和支付宝,但我想与Hantepay一起实现。这是一家名为Hantepay的第三方代理机构。好处之一是他们实际上同时支持支付宝(与微信支付一样受欢迎)。我们可以使用一个API通过微信支付和支付宝处理付款。

这是参考的详细说明文档的链接:http://139.199.112.175

请指导我如何在离子项目中实现它。

谢谢

1 个答案:

答案 0 :(得分:0)

totalWeight     totalWeight = 0; ngOnInit(): void{ this.selection.changed.subscribe(change => { console.log('Added items:', change.added); console.log('Removed items:', change.removed); console.log('Source selection model:', change.source); change.added.forEach(element => { this.totalWeight += element.weight; }) change.removed.forEach(element => { this.totalWeight -= element.weight; }) }); }

`然后调用此表单       您的付款将成功完成

在生产模式下需要

签名密钥,您必须去这里生成

生产模式

=======

##

URL的签名密钥为https://payments.handepay.co.uk/devtools/sigtest.php?key=MySecretKey`