From 063e40d8f159f6d02a7ac421d8f3fb1c694d7aab Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期三, 06 三月 2024 08:49:42 +0800
Subject: [PATCH] no message

---
 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 8a84f9d..f655842 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