WeBankBlockchain / WeIdentity

基于区块链的符合W3C DID和Verifiable Credential规范的分布式身份解决方案
https://fintech.webank.com/weidentity
Apache License 2.0
1.13k stars 176 forks source link

[Fix] Update CptServiceImpl.java to add innerResp.getTransactionInfo() in return #377

Closed h3ar7dump closed 1 year ago

h3ar7dump commented 1 year ago

Summary

When I use weid-java-sdk-3.1.1-rc.1, i found functions about CptServiceImpl.java don't have transactionInfo in return

Solutions (Optional)

I just add innerResp.getTransactionInfo() to where it needs to be.