Closed h3ar7dump closed 1 year ago
When I use weid-java-sdk-3.1.1-rc.1, i found functions about CptServiceImpl.java don't have transactionInfo in return
CptServiceImpl.java
I just add innerResp.getTransactionInfo() to where it needs to be.
innerResp.getTransactionInfo()
Summary
When I use weid-java-sdk-3.1.1-rc.1, i found functions about
CptServiceImpl.java
don't have transactionInfo in returnSolutions (Optional)
I just add
innerResp.getTransactionInfo()
to where it needs to be.