UAT区块链代码测试
This commit is contained in:
@ -85,6 +85,9 @@ public class CrypConfigureServiceImpl extends BaseServiceImpl<CrypConfigureMappe
|
||||
//生产环境
|
||||
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());
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user