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