记得上下班打卡 | git大法好,push需谨慎

Commit 022f53d7 authored by anjiabin's avatar anjiabin

nft修改购买异常逻辑

parent 1f6d6007
......@@ -439,6 +439,7 @@ public class ZxinArtworkBiz {
if(!nft022RespDto.isSuccess()){
throw new ZxlNftException(ZxlErrorEnum.UPLOAD_TEMP_SECRET.getCode(),ZxlErrorEnum.UPLOAD_TEMP_SECRET.getMsg());
}else{
seriesNftUploadTempSecretBo = GalaxySeriesNftUploadTempSecretBo.getNew();
seriesNftUploadTempSecretBo.setTempSecretId(nft022RespDto.getData().getTempSecretId());
seriesNftUploadTempSecretBo.setTempSecretKey(nft022RespDto.getData().getTempSecretId());
seriesNftUploadTempSecretBo.setSessionToken(nft022RespDto.getData().getTempSecretId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment