添加 共赴宁波之春 报名网页
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//using Ewide.Application;
|
||||
using Furion;
|
||||
using Furion.DataEncryption;
|
||||
using Furion.TaskScheduler;
|
||||
//using Furion.TaskScheduler;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Newtonsoft.Json.Linq;
|
||||
@@ -24,13 +24,13 @@ namespace Ewide.Web.Entry.Controllers
|
||||
}
|
||||
public IActionResult Index2()
|
||||
{
|
||||
//SpareTime.Do
|
||||
var workers = SpareTime.GetWorkers().ToList();
|
||||
SpareTime.DoOnce(3000, (timer, count) =>
|
||||
{
|
||||
// 这里发送短信,发送邮件或记录访问记录
|
||||
Console.WriteLine("现在时间:" + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
|
||||
});
|
||||
////SpareTime.Do
|
||||
//var workers = SpareTime.GetWorkers().ToList();
|
||||
//SpareTime.DoOnce(3000, (timer, count) =>
|
||||
// {
|
||||
// // 这里发送短信,发送邮件或记录访问记录
|
||||
// Console.WriteLine("现在时间:" + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
|
||||
// });
|
||||
return View();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ namespace Ewide.Web.Entry.Controllers
|
||||
[AllowAnonymous]
|
||||
public class ManageController : Controller
|
||||
{
|
||||
public IActionResult Index()
|
||||
public IActionResult VoteResult()
|
||||
{
|
||||
ViewBag.Title = "宁波市“甬江建设杯”选票";
|
||||
return View();
|
||||
@@ -25,5 +25,10 @@ namespace Ewide.Web.Entry.Controllers
|
||||
ViewBag.Title = "宁波市“甬江建设杯”选票";
|
||||
return View();
|
||||
}
|
||||
public IActionResult nbczResult()
|
||||
{
|
||||
ViewBag.Title = "共赴宁波之春 报名结果";
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace Ewide.Web.Entry.Controllers
|
||||
{
|
||||
public class NingboZhiChunController : Controller
|
||||
{
|
||||
[AllowAnonymous]
|
||||
public IActionResult Index()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user