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

Commit eb642eea authored by anjiabin's avatar anjiabin

nft修改购买逻辑

parent 984000f2
......@@ -231,9 +231,9 @@ public class ConsumerGalaxyJsonNftPublishAndBuyProcessor {
}
}catch(GalaxyNftException e){
String rsMsg = e.getMessage();
log.error("购买失败");
log.error("购买失败",e);
}catch(Exception e){
log.error("发行上链异常!");
log.error("发行上链异常!",e);
}
return ResponseDto.failure(GalaxyErrorEnum.PUBLISH_FAIL.getCode(), GalaxyErrorEnum.PUBLISH_FAIL.getMessage());
}
......
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