duitku-ios-sdk 1.0.0
欢迎使用, Duitku IOS SDK 注册页面,将此 SDK 集成到您的 IOS 应用程序以使用 duitku 开始交易。
要求
安装
duitku 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中
pod 'duitku', '~> 1.0'
服务器商家
Example,
Base Url : https://merchant.com/api/
Request Transaction : https://merchant.com/api/requestTransaction.php
Check Transaction : https://merchant.com/api/checkTransaction.php
List Payment : https://merchant.com/api/listPayment.php
下载示例文件 requestTransaction.php checkTransaction.php listPayment.php
您的应用程序开发推荐规格
Development Tool : Xcode 9 and above
IOS Version : 11 and above
Swift Version : Swift 4 and above
示例项目
git clone https://github.com/duitkupg/sample-project-ios.git
访问 Github 示例项目
下载 完整步骤文档Duitku 文档
cocoapods 参考duitku pod
许可证
duitku 采用MIT许可证。有关更多信息,请参阅LICENSE文件。