username@email.com
2023-10-24 61695afa95cbb7d5a703339b7a4951b8ed92c53e
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 + " 退订回N【政采咨询网】&SendTime=";
            string data = "CorpID=XP010534&Pwd=123321&Mobile="+ phone + "&Content="+ conment + " 拒收请回复R【政采咨询网】&SendTime="; //退订回N
            string ssss =   HttpClientRequest.HttpClientPostGB2312(url, "POST", data);
            return ssss;
        }