Kaynağa Gözat

删除测试推送代码

lcl 9 ay önce
ebeveyn
işleme
91d46ae3b9
1 değiştirilmiş dosya ile 0 ekleme ve 6 silme
  1. 0 6
      Controllers/HomeController.cs

+ 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";
-        }
     }
 }