From 611af5472b33cbe81a1433ab29e26502a9aac795 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期一, 01 九月 2025 15:46:55 +0800
Subject: [PATCH] feat:开发

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

diff --git a/FlexJobApi.Core/Utils/AlipayUtils/AlipayOptions.cs b/FlexJobApi.Core/Utils/AlipayUtils/AlipayOptions.cs
new file mode 100644
index 0000000..ee75137
--- /dev/null
+++ b/FlexJobApi.Core/Utils/AlipayUtils/AlipayOptions.cs
@@ -0,0 +1,25 @@
+锘縰sing Furion.ConfigurableOptions;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace FlexJobApi.Core
+{
+    public class AlipayOptions : IConfigurableOptions
+    {
+        public string ServerUrl { get; set; }
+        public string AppId { get; set; }
+        public string PrivateKey { get; set; }
+        public string Format { get; set; }
+        public string Charset { get; set; }
+        public string SignType { get; set; }
+        public string AppCertPath { get; set; }
+        public string AlipayPublicCertPath { get; set; }
+        public string RootCertContent { get; set; }
+        public string AlipayPublicKey { get; set; }
+        public string NotifyUrl { get; set; }
+        public string EncryptKey { get; set; }
+    }
+}

--
Gitblit v1.9.1