From 15f115d0f5aa1312b99d79a18eb8c975118cdc80 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 05 三月 2024 12:19:44 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/baifenbaishop
---
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