我在 beta 软件的 AccountController.cs 中没有看到以下 json 方法。
[AllowAnonymous]
[HttpPost]
public JsonResult JsonLogin(LoginModel model, string returnUrl)
[AllowAnonymous]
[HttpPost]
public ActionResult JsonRegister(RegisterModel model)
我在 beta 软件的 AccountController.cs 中没有看到以下 json 方法。
[AllowAnonymous]
[HttpPost]
public JsonResult JsonLogin(LoginModel model, string returnUrl)
[AllowAnonymous]
[HttpPost]
public ActionResult JsonRegister(RegisterModel model)