Merge branch 'uat_保证金天擎调用' into 'uat_code'
Uat 保证金天擎调用 See merge request eshop/biz_service_ebtp_extend!103
This commit is contained in:
@ -134,7 +134,8 @@ public class CrypConfigureController{
|
||||
public BaseResponse<String> callUniInterfaceJson(@RequestBody CrypBean bean) {
|
||||
String str = this.iCrypConfigureService.callUniInterfaceJson(bean);
|
||||
log.info("----调用天擎接口---callUniInterfaceJson-------:"+str);
|
||||
return BaseResponse.success(str);
|
||||
System.out.println("----调用天擎接口---callUniInterfaceJson-------:"+str);
|
||||
return BaseResponse.success("11111",str);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user