文件上传

This commit is contained in:
wkc
2026-03-04 09:47:42 +08:00
parent 3f71217dfc
commit 301fa6c85c
5 changed files with 153 additions and 13 deletions

View File

@@ -82,8 +82,7 @@ public class LsfxAnalysisClient {
long elapsed = System.currentTimeMillis() - startTime;
if (response != null && response.getData() != null) {
log.info("【流水分析】获取Token成功: projectId={}, 耗时={}ms",
response.getData().getProjectId(), elapsed);
log.info("【流水分析】获取Token成功: projectId={}, 耗时={}ms", response.getData().getProjectId(), elapsed);
} else {
log.warn("【流水分析】获取Token响应异常: 耗时={}ms", elapsed);
}