Przeglądaj źródła

删除测试推送代码

lcl 9 miesięcy temu
rodzic
commit
91d46ae3b9
1 zmienionych plików z 0 dodań i 6 usunięć
  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";
-        }
     }
 }