增加日志

This commit is contained in:
zhangqinbin
2022-07-01 10:47:53 +08:00
parent ac6431f328
commit f59d8f444c
2 changed files with 1 additions and 2 deletions

View File

@ -137,7 +137,7 @@ public class CrypConfigureController{
String str = this.iCrypConfigureService.callUniInterfaceJson(bean);
log.info("----调用天擎接口---callUniInterfaceJson-------:"+str);
System.out.println("----调用天擎接口---callUniInterfaceJson-------:"+str);
return BaseResponse.success("11111","2222str"+str);
return BaseResponse.success(str);
}
/**

View File

@ -159,7 +159,6 @@ public class CrypConfigureServiceImpl extends BaseServiceImpl<CrypConfigureMappe
* @return
*/
@Override
@Async
public String callUniInterfaceJson(CrypBean bean) {
log.info("天擎接口------callUniInterface---入参-----" + JSON.toJSONString(bean));
BlockChainLog blockChainLog = new BlockChainLog();