From 6c443f2fdef7f4e7121b42ece38037348480cb54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=AF=9A?= Date: Tue, 22 Apr 2025 15:27:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20NotifyController=20?= =?UTF-8?q?=E7=B1=BB=EF=BC=8C=E4=BF=AE=E6=AD=A3=20JSON=20=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1=E8=BD=AC=E6=8D=A2=E6=96=B9=E5=BC=8F=EF=BC=8C=E5=B0=86?= =?UTF-8?q?=20ToObject()=20=E6=96=B9=E6=B3=95=E6=94=B9=E4=B8=BA=20?= =?UTF-8?q?ToString()=EF=BC=8C=E4=BB=A5=E6=8F=90=E9=AB=98=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=9A=84=E5=87=86=E7=A1=AE=E6=80=A7=E5=92=8C=E5=8F=AF?= =?UTF-8?q?=E8=AF=BB=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WebApi/Controllers/NotifyController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WebApi/Controllers/NotifyController.cs b/src/WebApi/Controllers/NotifyController.cs index 357ee13..d3b9620 100644 --- a/src/WebApi/Controllers/NotifyController.cs +++ b/src/WebApi/Controllers/NotifyController.cs @@ -302,7 +302,7 @@ public class NotifyController : BaseController if (jsonObj["release"] != null) { - var gb = jsonObj["release"]!.ToObject(); + var gb = jsonObj["release"]!.ToString(); notify += @$" 索引器: {jsonObj["release"]!["indexer"]} 发布组: {jsonObj["release"]!["releaseGroup"]}({jsonObj["release"]!["quality"] ?? jsonObj["downloadInfo"]!["quality"]})