username@email.com
2022-09-21 d4f1d60996bcec152e100b231c37589270c5fae6
zhengcaioa/CommonToolsCore/SMSHelper.cs
@@ -96,7 +96,7 @@
        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;
        }