duhongyu лет назад: 4
Родитель
Сommit
cbcdcbf29e

+ 9 - 9
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/SMSController.cs

@@ -23,15 +23,15 @@ namespace CallCenterApi.Interface.Controllers
23 23
     public class SMSController : BaseController
24 24
     {
25 25
 
26
-        //private static string Smsurl = "http://rcsapi.wo.cn:8000/umcinterface/sendtempletmsg";
27
-        //private static string Smsurl1 = "http://220.250.65.184:9014/union-gjdx-sms-api/sms/submit";
28
-        //static string cpcode = "AABJYC";
29
-        //static string key = "724ee6be83d8d6f4d64ef5a537a9985d";
30
-
31
-        private static string Smsurl = Configs.GetValue("Smsurl");
32
-        private static string Smsurl1 = Configs.GetValue("Smsurl1");
33
-        static string cpcode = Configs.GetValue("Smscpcode");
34
-        static string key = Configs.GetValue("Smskey");
26
+        private static string Smsurl = "http://rcsapi.wo.cn:8000/umcinterface/sendtempletmsg";
27
+        private static string Smsurl1 = "http://220.250.65.184:9014/union-gjdx-sms-api/sms/submit";
28
+        static string cpcode = "AABJYC";
29
+        static string key = "724ee6be83d8d6f4d64ef5a537a9985d";
30
+
31
+        //private static string Smsurl = Configs.GetValue("Smsurl");
32
+        //private static string Smsurl1 = Configs.GetValue("Smsurl1");
33
+        //static string cpcode = Configs.GetValue("Smscpcode");
34
+        //static string key = Configs.GetValue("Smskey");
35 35
 
36 36
         /// <summary>
37 37
         /// MD5加密