From 1a44f0ad44ff5a399dd49cfc00c6ca0616609912 Mon Sep 17 00:00:00 2001 From: LiuXin Date: Wed, 20 Aug 2025 16:16:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Video.DomainService/Dahvision/DahuaGeneralCtlService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeiCloud.Fusion/VideoService/Video.DomainService/Dahvision/DahuaGeneralCtlService.cs b/WeiCloud.Fusion/VideoService/Video.DomainService/Dahvision/DahuaGeneralCtlService.cs index b60c507..4cd968b 100644 --- a/WeiCloud.Fusion/VideoService/Video.DomainService/Dahvision/DahuaGeneralCtlService.cs +++ b/WeiCloud.Fusion/VideoService/Video.DomainService/Dahvision/DahuaGeneralCtlService.cs @@ -368,7 +368,7 @@ namespace Video.DomainService using var req = new HttpRequestMessage(HttpMethod.Post, url) { - Content = JsonContent.Create(dto.Data) // 关键:把 dto 放进请求体 + Content = JsonContent.Create(dto) // 关键:把 dto 放进请求体 }; req.Headers.TryAddWithoutValidation("Authorization", token);