username@email.com
2021-11-30 9caa1b7835c9326e6281a260cd87030602667e58
提交
5个文件已修改
12 ■■■■ 已修改文件
zhengcaioa/CommonToolsCore/SMSHelper.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Controllers/BusinessOrder/OrderBanciOrderController.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Controllers/Customer/CooperVisitController.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Controllers/Expert/ExpertController.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
        }
zhengcaioa/zhengcaioa/Controllers/BusinessOrder/OrderBanciOrderController.cs
@@ -160,7 +160,7 @@
                resultEntity.Message = "无联系人";
            }
            string sss = SMSHelper.PushWToUserMES(number.ToString(), "您好," + neirong + " 详情见:http://51zhengcai.com/");
            string sss = SMSHelper.PushWToUserMES(number.ToString(),  neirong );
            if (int.Parse(sss) <= 0)
            {
                resultEntity.Result = false;
zhengcaioa/zhengcaioa/Controllers/Customer/CooperVisitController.cs
@@ -212,7 +212,7 @@
                resultEntity.Message = "无联系人";
            }
            string sss   = SMSHelper.PushWToUserMES(number.ToString(), "您好," + neirong + " 详情见:http://51zhengcai.com/");
            string sss   = SMSHelper.PushWToUserMES(number.ToString(),  neirong );
            if (int.Parse(sss) <= 0)
            {
                resultEntity.Result = false;
zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs
@@ -247,7 +247,7 @@
                    IntentionCustomerDTO intentionCustomerDTO = _intentionCustomerService.Get(data.Viscustomer);
                    if(intentionCustomerDTO!=null && ( !string.IsNullOrEmpty(intentionCustomerDTO.Phone) ||  !string.IsNullOrEmpty(intentionCustomerDTO.Tel)))
                    {
                        string sss = SMSHelper.PushWToUserMES(string.IsNullOrEmpty(intentionCustomerDTO.Phone)? intentionCustomerDTO.Tel: intentionCustomerDTO.Phone, "您好," + data.DuanxinNeirong + " 详情见:http://51zhengcai.com/" );
                        string sss = SMSHelper.PushWToUserMES(string.IsNullOrEmpty(intentionCustomerDTO.Phone)? intentionCustomerDTO.Tel: intentionCustomerDTO.Phone,  data.DuanxinNeirong   );
                        if (int.Parse(sss) <= 0)
                        {
                            resultEntity.Result = false;
@@ -342,7 +342,7 @@
                resultEntity.Message = "无联系人";
            }
            string sss = SMSHelper.PushWToUserMES(number.ToString(), "您好," + neirong + " 详情见:http://51zhengcai.com/");
            string sss = SMSHelper.PushWToUserMES(number.ToString(),   neirong  );
            if (int.Parse(sss) <= 0)
            {
                resultEntity.Result = false;
zhengcaioa/zhengcaioa/Controllers/Expert/ExpertController.cs
@@ -653,7 +653,7 @@
                resultEntity.Message = "无联系电话";
            }
            string sss = SMSHelper.PushWToUserMES(number.ToString(), "您好,"+neirong+" 详情见:http://51zhengcai.com/"   );
            string sss = SMSHelper.PushWToUserMES(number.ToString(),  neirong   );
            if (int.Parse(sss) <= 0)
            {
                resultEntity.Result = false;