username@email.com
2021-09-10 5e048a93c48244f2959a5b47ef9ba8b6dacbe527
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 + "【政采咨询网】&SendTime=";
            string ssss =   HttpClientRequest.HttpClientPostGB2312(url, "POST", data);
            return ssss;
        }