nebulasio / wiki

This repository is out of date, please check the new wiki:
http://wiki.nebulas.io/en/latest/
GNU General Public License v3.0
421 stars 154 forks source link

payId does not exist #138

Closed NexusLee closed 6 years ago

NexusLee commented 6 years ago

调用 nebPay.queryPayInfo 时 testnet 返回 code 0,切换到 mainnet 时, 一直报 payId does not exist, 可能是什么问题

yupnano commented 6 years ago

queryPayInfo 默认是在测试网查询交易结果,现在改为默认在主网查询了。如果要在测试网查询,可以把options.callback 参数指定为测试网的查询服务器 callback: NebPay.config.testnetUrl

NexusLee commented 6 years ago

@yupnano 切换到最新版本解决了