From ce50650dbd08bddfa53ef8ab592a477761633e3d Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 26 十二月 2022 14:36:52 +0800
Subject: [PATCH] 采购公告录入 每个月220个 采购公告, 自己手动找的录入的采购公告
---
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 55e32dd..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