增加日志

This commit is contained in:
zhangqinbin
2022-07-01 10:10:07 +08:00
parent 95bfb16272
commit c28320e4ea

View File

@ -134,7 +134,7 @@ 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); return BaseResponse.success("11111",str);
} }
/** /**