Merge branch 'uat_保证金天擎调用' into 'uat_code'

Uat 保证金天擎调用

See merge request eshop/biz_service_ebtp_extend!103
This commit is contained in:
张芹彬
2022-07-01 10:17:37 +08:00

View File

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