Closed Liuxiongning12 closed 2 years ago
你是哪种方式调用,SDK拉起钱包转账还是扫码?
你好,我用sdk拉起钱包转账
------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年12月20日(星期一) 中午12:08 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [TP-Lab/tp-wallet-sdk] 转账的成功后callbackurl为传出txID (Issue #3)
你是哪种方式调用,SDK拉起钱包转账还是扫码?
— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>
App内有收到回调的hash吗?callbackUrl是没收到回调还是hash参数为空?把你的callbackUrl贴一下
app内由收到回调的hash,但是callbackurl有回调hash但是参数为空,我的callbackurl如下http://120.25.237.152:20020/OnTransfer?action=transfer, 回调后,服务器收到的参数如下OnTransfer, txID:, result: 1 txID为空
------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年12月20日(星期一) 中午12:14 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [TP-Lab/tp-wallet-sdk] 转账的成功后callbackurl为传出txID (Issue #3)
App内有收到回调的hash吗?callbackUrl是没收到回调还是hash参数为空?把你的callbackUrl贴一下
— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>
更新Android App版本到1.4.1再试下,新版本修复了这个问题
android发起转账成功后,sdk回调成功OnSucess能拿到txID,但是传入的cabackUrl回调后,txID为空,官方语言如下callbackUrl string //回调url,例如:https://abc.com?action=transfer&qrcID=123,则回调结果为: https://abc.com?action=transfer&qrcID=123&result=0&txID=xxx 其中result(0为用户取消,1为成功,2为失败)txID为执行成功的transactionHash, 这个txID为空