From 5a530dce266d6602044815d28ad36a121e19eeb7 Mon Sep 17 00:00:00 2001 From: JonJack <754864892@qq.com> Date: Thu, 20 Jul 2023 11:16:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controllers/WeatherForecastController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Controllers/WeatherForecastController.cs b/Controllers/WeatherForecastController.cs index e5f9985..88ac8ab 100644 --- a/Controllers/WeatherForecastController.cs +++ b/Controllers/WeatherForecastController.cs @@ -32,6 +32,7 @@ namespace 第二课堂评审系统.Controllers public ActionResult add() { return 0; + } [HttpGet] public ActionResult actionResult(int s) { -- Gitee