From 6108fe7c4f3a329e8d309d00ee0b1761b8c5ad8f Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 16 十二月 2022 09:39:55 +0800
Subject: [PATCH] 请示批复”里增加“招标信息网”的试用权限

---
 zhengcaioa/CommonToolsCore/SMSHelper.cs |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/zhengcaioa/CommonToolsCore/SMSHelper.cs b/zhengcaioa/CommonToolsCore/SMSHelper.cs
index 024b475..a3dfe62 100644
--- a/zhengcaioa/CommonToolsCore/SMSHelper.cs
+++ b/zhengcaioa/CommonToolsCore/SMSHelper.cs
@@ -96,9 +96,24 @@
         public static string PushWToUserMES(string phone, string conment)
         {
             string url = "https://mb345.com/ws/BatchSend2.aspx";
-            string data = "CorpID=XP010534&Pwd=123321&Mobile="+ phone + "&Content="+ conment + "銆愭斂閲囧挩璇㈢綉銆�&SendTime=";
+            string data = "CorpID=XP010534&Pwd=123321&Mobile="+ phone + "&Content="+ conment + " 閫�璁㈠洖N銆愭斂閲囧挩璇㈢綉銆�&SendTime=";
             string ssss =   HttpClientRequest.HttpClientPostGB2312(url, "POST", data);
             return ssss;
         }
+
+
+        /// <summary>
+        /// 鍙戦�侀獙璇佺爜
+        /// </summary>
+        /// <param name="phone"></param>
+        /// <param name="date"></param>
+        /// <returns></returns>
+        public static string PushWToUserMESYanZhengMa(string phone, string conment)
+        {
+            string url = "https://mb345.com/ws/BatchSend2.aspx";
+            string data = "CorpID=XP010534&Pwd=123321&Mobile=" + phone + "&Content=鎮ㄥソ锛屾偍鐨勯獙璇佺爜鏄細" + conment + "銆愭斂閲囧挩璇㈢綉銆�&SendTime=";
+            string ssss = HttpClientRequest.HttpClientPostGB2312(url, "POST", data);
+            return ssss;
+        }
     }
 }

--
Gitblit v1.9.1