|
[HttpPost, ValidateAntiForgeryToken, AllowAccessFirewall, ResponseCache(Duration = 115, VaryByQueryKeys = new[] { "email" })]
|
|
[HttpPost, ValidateAntiForgeryToken, AllowAccessFirewall, ResponseCache(Duration = 115, VaryByQueryKeys = new[] { "email" })]
|
|
return ResultData(null, false, "请输入正确的邮箱!");
|
|
return ResultData(null, false, "请输入正确的邮箱!");
|