From 38e3665144cbabd5d59f876268053e749f046e3a Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期二, 09 九月 2025 09:33:21 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/ApiFlexJob

---
 FlexJobApi.Core/Utils/AliyunUtils/AliyunOptions.cs |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

diff --git a/FlexJobApi.Core/Utils/AliyunUtils/AliyunOptions.cs b/FlexJobApi.Core/Utils/AliyunUtils/AliyunOptions.cs
index 245b70b..3353f69 100644
--- a/FlexJobApi.Core/Utils/AliyunUtils/AliyunOptions.cs
+++ b/FlexJobApi.Core/Utils/AliyunUtils/AliyunOptions.cs
@@ -37,7 +37,36 @@
     /// 闃块噷浜戠煭淇¢厤缃�
     /// </summary>
     public class AliyunSMSOptions
-    { 
+    {
+        public string AccessKeyId { get; set; }
 
+        public string AccessSecret { get; set; }
+
+        /// <summary>
+        /// 鏄惁鍚敤
+        /// </summary>
+        public bool Enable { get; set; }
+
+        public bool WithoutVerifyCode { get; set; }
+
+        /// <summary>
+        /// 鐗堟湰
+        /// </summary>
+        public string Version { get; set; }
+
+        /// <summary>
+        /// 绛惧悕鍚嶇О
+        /// </summary>
+        public string SignName { get; set; }
+
+        /// <summary>
+        /// 鍖哄煙Id
+        /// </summary>
+        public string RegionId { get; set; }
+
+        /// <summary>
+        /// 妯℃澘浠g爜
+        /// </summary>
+        public Dictionary<string, string> TemplateCodes { get; set; }
     }
 }

--
Gitblit v1.9.1