bugfix:PPK 文件(.obs、.rtk、.mrk、.nav)和 RTCM 数据(.dat 格式)等数据记录未保存

main
陈伟 1 month ago
parent 9d24c8e261
commit 2bb0cf7f0c

@ -274,6 +274,8 @@ public class ConfigSubscribe : IJob
int width = 0, height = 0, focalLength = 0;
int offset = 0, length = 0;
string model = "";
if (objectKey.ToLower().EndsWith("jpeg"))
{
var fileUrl ="http://" + _minioService.endPoint + "/" + _minioService._bucketName + "/" + objectKey;
using (var httpClient = new HttpClient())
{
@ -384,6 +386,8 @@ public class ConfigSubscribe : IJob
throw new Exception($"下载Range数据失败: {ex.Message}", ex);
}
}
}
/*string objectKey1 = data.file.object_key.ToString();
//缩略图处理
var imageStream = _minioService.GetObjectAsStream("", objectKey1);

Loading…
Cancel
Save