Closed NexusLee closed 6 years ago
调用 nebPay.queryPayInfo 时 testnet 返回 code 0,切换到 mainnet 时, 一直报 payId does not exist, 可能是什么问题
queryPayInfo 默认是在测试网查询交易结果,现在改为默认在主网查询了。如果要在测试网查询,可以把options.callback 参数指定为测试网的查询服务器 callback: NebPay.config.testnetUrl
callback: NebPay.config.testnetUrl
@yupnano 切换到最新版本解决了
调用 nebPay.queryPayInfo 时 testnet 返回 code 0,切换到 mainnet 时, 一直报 payId does not exist, 可能是什么问题