视频下载 添加 调用日志上报
This commit is contained in:
parent
5003b1268b
commit
bc5ff7505a
@ -41,6 +41,11 @@ public class ReportService {
|
|||||||
headers.add(headerKey, header);
|
headers.add(headerKey, header);
|
||||||
});
|
});
|
||||||
log.info("上报调用信息 {}", reportReq);
|
log.info("上报调用信息 {}", reportReq);
|
||||||
reportApi.report(headers, reportReq);
|
|
||||||
|
try{
|
||||||
|
reportApi.report(headers, reportReq);
|
||||||
|
} catch (Exception e){
|
||||||
|
log.error("上报调用信息失败", e);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user