From 4176d3b696a2bcf44829b5b646f5b678b8877c23 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期一, 04 八月 2025 14:00:10 +0800
Subject: [PATCH] 'ts报红

---
 Admin.NET/FZCZTB.NET.SYSService/MSM/SMSConfigMd.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Admin.NET/FZCZTB.NET.SYSService/MSM/SMSConfigMd.cs b/Admin.NET/FZCZTB.NET.SYSService/MSM/SMSConfigMd.cs
index 805fcce..3cd5e0b 100644
--- a/Admin.NET/FZCZTB.NET.SYSService/MSM/SMSConfigMd.cs
+++ b/Admin.NET/FZCZTB.NET.SYSService/MSM/SMSConfigMd.cs
@@ -16,7 +16,7 @@
 public class SMSConfigOptions : IConfigurableOptions
 {
 
-     
+
     /// <summary>
     /// 鍑屽嚡淇℃伅閰嶇疆
     /// </summary>
@@ -40,9 +40,9 @@
     /// <summary>
     /// 瓒呮椂鏃堕棿
     /// </summary>
-    public int VerifyTimeOut {  get; set; }
+    public string VerifyTimeOut {  get; set; }
     /// <summary>
     /// Templates
     /// </summary>
-    public List<SmsTemplate> Templates { get; set; }
+    public List<SmsTemplate>? Templates { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.1