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

Commit 7eea90b7 authored by jiangxiulong's avatar jiangxiulong

Merge remote-tracking branch 'origin/dev_nft_411' into dev_nft_411

parents faa9d5ed 227a3e48
......@@ -16,6 +16,6 @@ liquidnet:
sslEnabled: false
database: dev_ln_scene
galaxy:
# temp-file-path: /data/galaxy/tempFilePath
temp-file-path: /Users/anjiabin/mdsky_gitlab/galaxy/tempFilePath
temp-file-path: /data/galaxy/tempFilePath
# temp-file-path: /Users/anjiabin/mdsky_gitlab/galaxy/tempFilePath
router: zxinchain,eth
......@@ -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