Browse Source

mod:撤回之前的操作

weieryang 3 years ago
parent
commit
187befa66d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      codegit/KBJMJX_CallCenter_Api/Controllers/IndexController.cs

+ 0 - 2
codegit/KBJMJX_CallCenter_Api/Controllers/IndexController.cs

@@ -19,8 +19,6 @@ namespace KBJMJX_CallCenter_Api.Controllers
19 19
         [HttpGet]
20 20
         public IHttpActionResult Index()
21 21
         {
22
-            
23
-			
24 22
 			return Success("", CurrentUser);
25 23
         }
26 24
     }