From 44cdf09012d27e12c3d113f9a3ffdc9ddc2853ad Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 05 九月 2025 14:23:57 +0800
Subject: [PATCH] feat:开发

---
 FlexJobApi.Core/Utils/AlipayUtils/AlipayOptions.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/FlexJobApi.Core/Utils/AlipayUtils/AlipayOptions.cs b/FlexJobApi.Core/Utils/AlipayUtils/AlipayOptions.cs
index ee75137..cbced34 100644
--- a/FlexJobApi.Core/Utils/AlipayUtils/AlipayOptions.cs
+++ b/FlexJobApi.Core/Utils/AlipayUtils/AlipayOptions.cs
@@ -17,7 +17,7 @@
         public string SignType { get; set; }
         public string AppCertPath { get; set; }
         public string AlipayPublicCertPath { get; set; }
-        public string RootCertContent { get; set; }
+        public string RootCertPath { get; set; }
         public string AlipayPublicKey { get; set; }
         public string NotifyUrl { get; set; }
         public string EncryptKey { get; set; }

--
Gitblit v1.9.1