lcl 9 сар өмнө
parent
commit
91d46ae3b9

+ 0 - 6
Controllers/HomeController.cs

@@ -146,11 +146,5 @@ namespace MySystem.Controllers
             obj.Add("trans_type", "31");
             return obj;
         }
-
-        public string push()
-        {
-            AliyunPush.Push("推送消息", "客小爽推送功能即将上线");
-            return "ok";
-        }
     }
 }