|
|
|
@ -1560,7 +1560,8 @@ namespace OpenAuth.App.ServiceApp
|
|
|
|
|
{
|
|
|
|
|
Issuccess = true,
|
|
|
|
|
// minio 下载图片,并取得图片二进制数据
|
|
|
|
|
imgBlob = await File.ReadAllBytesAsync(picPath),
|
|
|
|
|
pictureLink = "http://" + _minioService.endPoint + "/" + _minioService._bucketName + "/" +
|
|
|
|
|
lasaMediaFile.ObjectKey,
|
|
|
|
|
zpkzxx = new ExtData()
|
|
|
|
|
{
|
|
|
|
|
imgHeight = dimensions.height,
|
|
|
|
@ -1598,6 +1599,7 @@ namespace OpenAuth.App.ServiceApp
|
|
|
|
|
Result = new CommandVideoResponse()
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var lasaMediaFile = lasaMediaFiles.First();
|
|
|
|
|
return new Response<CommandVideoResponse>()
|
|
|
|
|
{
|
|
|
|
|