@@ -45,6 +45,7 @@ public class CallApiLogServiceImpl extends ServiceImpl<CallApiLogMapper, CallApi
callApiLog.setApiResultData(result);
this.updateById(callApiLog);
}
+ log.info("添加调用日志的数据---"+callApiLog);
@Override