From 3a59fd665d6ebd3b913705648ffad3bc24677c40 Mon Sep 17 00:00:00 2001 From: zhangqinbin <181961702@qq.com> Date: Fri, 1 Jul 2022 10:10:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extend/crypconfigure/controller/CrypConfigureController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/controller/CrypConfigureController.java b/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/controller/CrypConfigureController.java index 712b7e0..d385429 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/controller/CrypConfigureController.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/controller/CrypConfigureController.java @@ -134,6 +134,7 @@ public class CrypConfigureController{ public BaseResponse callUniInterfaceJson(@RequestBody CrypBean bean) { String str = this.iCrypConfigureService.callUniInterfaceJson(bean); log.info("----调用天擎接口---callUniInterfaceJson-------:"+str); + System.out.println("----调用天擎接口---callUniInterfaceJson-------:"+str); return BaseResponse.success("11111",str); }