增加日志
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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();
|
||||
|
Reference in New Issue
Block a user