|
|
|
@ -1,16 +1,18 @@
|
|
|
|
|
using System.Drawing;
|
|
|
|
|
using DocumentFormat.OpenXml.Office2010.Excel;
|
|
|
|
|
using DocumentFormat.OpenXml.Wordprocessing;
|
|
|
|
|
using System.Dynamic;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using Infrastructure;
|
|
|
|
|
using Infrastructure.CloudSdk.minio;
|
|
|
|
|
using Infrastructure.CloudSdk.wayline;
|
|
|
|
|
using Microsoft.AspNetCore.Http;
|
|
|
|
|
using Microsoft.Extensions.Configuration;
|
|
|
|
|
using Newtonsoft.Json;
|
|
|
|
|
using Newtonsoft.Json.Linq;
|
|
|
|
|
using OpenAuth.App.BaseApp.Base;
|
|
|
|
|
using OpenAuth.App.BasicQueryService;
|
|
|
|
|
using OpenAuth.App.Interface;
|
|
|
|
|
using OpenAuth.App.Request;
|
|
|
|
|
using OpenAuth.App.ServiceApp.AirLine.Request;
|
|
|
|
|
using OpenAuth.App.ServiceApp.FlyTask.Response;
|
|
|
|
|
using OpenAuth.App.ServiceApp.Request;
|
|
|
|
|
using OpenAuth.App.ServiceApp.Response;
|
|
|
|
|
using OpenAuth.Repository;
|
|
|
|
@ -18,14 +20,6 @@ using OpenAuth.Repository.Domain;
|
|
|
|
|
using OpenAuth.WebApi;
|
|
|
|
|
using OpenAuth.WebApi.CloudSdk;
|
|
|
|
|
using SqlSugar;
|
|
|
|
|
using System.Dynamic;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using Hopetry.App.Common;
|
|
|
|
|
using NPOI.HSSF.Record;
|
|
|
|
|
using OpenAuth.App.Request;
|
|
|
|
|
using OpenAuth.App.ServiceApp.AirLine.Request;
|
|
|
|
|
using OpenAuth.App.ServiceApp.FlyTask.Response;
|
|
|
|
|
using Image = NetModular.DocX.Core.Image;
|
|
|
|
|
|
|
|
|
|
namespace OpenAuth.App.ServiceApp
|
|
|
|
|
{
|
|
|
|
@ -1568,7 +1562,7 @@ namespace OpenAuth.App.ServiceApp
|
|
|
|
|
imgWidth = dimensions.width,
|
|
|
|
|
imgOriginHeight = dimensions.height,
|
|
|
|
|
imgOriginWidth = dimensions.width,
|
|
|
|
|
psjj = 0, // 等效焦距
|
|
|
|
|
psjj = 24, // 等效焦距 todo 等效焦距如何取
|
|
|
|
|
time = lasaMediaFile.CreateTime,
|
|
|
|
|
height = lasaMediaFile.Height,
|
|
|
|
|
lon = lasaMediaFile.Lng,
|
|
|
|
|