UAT区块链代码测试

This commit is contained in:
zhangqinbin
2021-09-16 09:45:08 +08:00
parent 3b04bb1de3
commit 607538bb52

View File

@ -85,6 +85,9 @@ public class CrypConfigureServiceImpl extends BaseServiceImpl<CrypConfigureMappe
//生产环境 //生产环境
bean.setUrl(bean.getUrl().replace(app_url_test,app_url)); bean.setUrl(bean.getUrl().replace(app_url_test,app_url));
} }
log.info("加密文件:"+PEM_PATH);
log.info("解密文件:"+CRT_PATH);
log.info("请求路径:"+bean.getUrl());
blockChainLog.setInterfaceUrl(bean.getUrl()); blockChainLog.setInterfaceUrl(bean.getUrl());
try { try {