gpt4 book ai didi

ios - 无法解析 json 错误 instamojo

转载 作者:行者123 更新时间:2023-11-28 14:40:43 24 4
gpt4 key购买 nike

我在我的 iOS 应用程序中集成了 instamojo 支付网关。我目前正在使用带有 swift 4.0 的 Xcode 9.2。我已经通过 Cocoapods 安装了最新的 SDK。我还在我的服务器上设置了访问 token url。

但是当我使用 Instamojo 提供的代码发起付款时。结果状态为假,我收到错误消息“无法解析 json”

IMConfiguration.sharedInstance.setupOrder(purpose: "buying", buyerName: "Shardul", emailId: "tester@gmail.com", mobile: "7875432991", amount: "20", environment: .Test, on: self) { (success, message) in
DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 1, execute: {
if success {
print(message)
} else {
print(message)
}
})
}

最佳答案

如果您正确实现了所有内容,那么它一定能正常工作。您是否检查过您在服务器上访问 token php 脚本。

关于ios - 无法解析 json 错误 instamojo,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50564317/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com