增加日志
This commit is contained in:
@ -134,6 +134,7 @@ public class CrypConfigureController{
|
||||
public BaseResponse<String> callUniInterfaceJson(@RequestBody CrypBean bean) {
|
||||
String str = this.iCrypConfigureService.callUniInterfaceJson(bean);
|
||||
log.info("----调用天擎接口---callUniInterfaceJson-------:"+str);
|
||||
System.out.println("----调用天擎接口---callUniInterfaceJson-------:"+str);
|
||||
return BaseResponse.success("11111",str);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user