iOS-Webview-Tronweb的方式跳转tp授权失败,请求帮助

在webview加载的html内最后唤醒tp钱包使用“tpoutside://pull.activity?param=”,参数如下:

“{"action":"pushTransaction","txData":"{\"raw_data_hex\":\"0a029b5d220846c56d071236f51c40c8f1aec8fe325a67080112630a2d747970652e676f6f676c65617069732e636f6d2f70726f746f636f6c2e5472616e73666572436f6e747261637412320a1541e7a2af4519c784d15b69237a66fcb0a5cb47d21f121541ccb4457a9ac73acbb4a2abb9a45ccff330e591ac18a08d0670e89cabc8fe32\",\"txID\":\"f1cab9c04b46a62987df35aca9b61db455aa02bb87c96bb153da3860f1172214\",\"raw_data\":{\"contract\":[{\"type\":\"TransferContract\",\"parameter\":{\"value\":{\"amount\":100000,\"owner_address\":\"41e7a2af4519c784d15b69237a66fcb0a5cb47d21f\",\"to_address\":\"41ccb4457a9ac73acbb4a2abb9a45ccff330e591ac\"},\"type_url\":\"type.googleapis.com\\\/protocol.TransferContract\"}}],\"ref_block_bytes\":\"9b5d\",\"timestamp\":1751961489000,\"expiration\":1751961549000,\"ref_block_hash\":\"46c56d071236f51c\"},\"visible\":false}","dappIcon":"","callbackUrl":"tronwalletapp:\/\/tp-callback","blockchains":[{"chainId":"728126428","blockchain":"tron"}],"protocol":"TokenPocket","actionId":"tron-tx-175196”

但是跳转到tp-app后 tokenpocket页面无任何后续弹窗能继续操作

我将txData 由json字符串换为json依然跳转后无 后续弹窗可以操作

iOS-Webview-Tronweb的方式跳转tp授权失败,请求帮助 是同一个问题 是吧

字段名错了:
[{“chainId”:“728126428”,“blockchain”:“tron”}]
“blockchain” => “network”.

你好,我用Webview的模式按照你的建议修改字段后:{
action = pushTransaction;
actionId = “tron-tx-1752127681”;
blockchains = (
{
chainId = 728126428;
network = tron;
}
);
callbackUrl = “tronwalletapp://tp-callback”;
dappIcon = “”;
dappName = “TRON Wallet”;
from = TX5yyu7eMwGK21vaAd1GDXdhPC6m22UpwY;
protocol = TokenPocket;
txData = “{"raw_data_hex":"0a0273b12208e6a49f989c1d347b40a899ce97ff325a67080112630a2d747970652e676f6f676c65617069732e636f6d2f70726f746f636f6c2e5472616e73666572436f6e747261637412320a1541e7a2af4519c784d15b69237a66fcb0a5cb47d21f121541ccb4457a9ac73acbb4a2abb9a45ccff330e591ac18a08d0670c8c4ca97ff32","txID":"e32b75ca9206bf126f169c509a793d960bac6288b9f48a359bb8d337710171d3","raw_data":{"contract":[{"type":"TransferContract","parameter":{"value":{"amount":100000,"owner_address":"41e7a2af4519c784d15b69237a66fcb0a5cb47d21f","to_address":"41ccb4457a9ac73acbb4a2abb9a45ccff330e591ac"},"type_url":"type.googleapis.com\/protocol.TransferContract"}}],"ref_block_bytes":"73b1","timestamp":1752127680341,"expiration":1752127740341,"ref_block_hash":"e6a49f989c1d347b"},"visible":false}”;
version = “1.0”;
}

现在跳转Tp钱包有一个错误提示“钱包未导入”