Merge branch 'uat_保证金天擎调用' into 'uat_code'
增加日志 See merge request eshop/biz_service_ebtp_extend!105
This commit is contained in:
@ -137,7 +137,7 @@ public class CrypConfigureController{
|
|||||||
String str = this.iCrypConfigureService.callUniInterfaceJson(bean);
|
String str = this.iCrypConfigureService.callUniInterfaceJson(bean);
|
||||||
log.info("----调用天擎接口---callUniInterfaceJson-------:"+str);
|
log.info("----调用天擎接口---callUniInterfaceJson-------:"+str);
|
||||||
System.out.println("----调用天擎接口---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
|
* @return
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
@Async
|
|
||||||
public String callUniInterfaceJson(CrypBean bean) {
|
public String callUniInterfaceJson(CrypBean bean) {
|
||||||
log.info("天擎接口------callUniInterface:---入参-----" + JSON.toJSONString(bean));
|
log.info("天擎接口------callUniInterface:---入参-----" + JSON.toJSONString(bean));
|
||||||
BlockChainLog blockChainLog = new BlockChainLog();
|
BlockChainLog blockChainLog = new BlockChainLog();
|
||||||
|
Reference in New Issue
Block a user