From bb4015670d520e2babf2bb558e02fe4de41d5f0b Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 05 三月 2024 12:19:04 +0800
Subject: [PATCH] 提交

---
 CoreCms.Net.Services/Message/CoreCmsSmsServices.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CoreCms.Net.Services/Message/CoreCmsSmsServices.cs b/CoreCms.Net.Services/Message/CoreCmsSmsServices.cs
index 24d464e..c8508ee 100644
--- a/CoreCms.Net.Services/Message/CoreCmsSmsServices.cs
+++ b/CoreCms.Net.Services/Message/CoreCmsSmsServices.cs
@@ -209,7 +209,7 @@
                 };
 
                 string url = smsOptions.ApiUrl;
-                string data = "CorpID="+ smsOptions.Account + "&Pwd="+ smsOptions.Password + "&Mobile=" + mobile + "&Content=" + contentBody + "銆愬窛鍗版枃鍖栭泦鍥㈣偂浠芥湁闄愬叕鍙搞��&SendTime="; //閫�璁㈠洖N
+                string data = "CorpID="+ smsOptions.Account + "&Pwd="+ smsOptions.Password + "&Mobile=" + mobile + "&Content=" + contentBody + "銆�"+smsOptions.Signature+"銆�&SendTime="; //閫�璁㈠洖N
                 string ssss = await HttpClientPostGB2312Async(url, "POST", data);
                 int aaaa = 0;
                 if (int.TryParse(ssss, out aaaa) && aaaa > 0)

--
Gitblit v1.9.1