From 9caa1b7835c9326e6281a260cd87030602667e58 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 30 十一月 2021 17:22:49 +0800 Subject: [PATCH] 提交 --- zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs | 4 ++-- zhengcaioa/zhengcaioa/Controllers/BusinessOrder/OrderBanciOrderController.cs | 2 +- zhengcaioa/CommonToolsCore/SMSHelper.cs | 2 +- zhengcaioa/zhengcaioa/Controllers/Customer/CooperVisitController.cs | 2 +- zhengcaioa/zhengcaioa/Controllers/Expert/ExpertController.cs | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/zhengcaioa/CommonToolsCore/SMSHelper.cs b/zhengcaioa/CommonToolsCore/SMSHelper.cs index 024b475..1d482ba 100644 --- a/zhengcaioa/CommonToolsCore/SMSHelper.cs +++ b/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; } diff --git a/zhengcaioa/zhengcaioa/Controllers/BusinessOrder/OrderBanciOrderController.cs b/zhengcaioa/zhengcaioa/Controllers/BusinessOrder/OrderBanciOrderController.cs index 6b6596e..f239ecc 100644 --- a/zhengcaioa/zhengcaioa/Controllers/BusinessOrder/OrderBanciOrderController.cs +++ b/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; diff --git a/zhengcaioa/zhengcaioa/Controllers/Customer/CooperVisitController.cs b/zhengcaioa/zhengcaioa/Controllers/Customer/CooperVisitController.cs index 479b310..e5d0b3f 100644 --- a/zhengcaioa/zhengcaioa/Controllers/Customer/CooperVisitController.cs +++ b/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; diff --git a/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs b/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs index ed15861..e6e158b 100644 --- a/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs +++ b/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; diff --git a/zhengcaioa/zhengcaioa/Controllers/Expert/ExpertController.cs b/zhengcaioa/zhengcaioa/Controllers/Expert/ExpertController.cs index fa75a54..69f3893 100644 --- a/zhengcaioa/zhengcaioa/Controllers/Expert/ExpertController.cs +++ b/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; -- Gitblit v1.9.1