From 5cc208ad9e9637d5fa0fadab3b0042427a494959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Thu, 9 Nov 2023 15:21:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E8=8B=8F=E6=89=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- New_College.Api/Controllers/OAuthController.cs | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/New_College.Api/Controllers/OAuthController.cs b/New_College.Api/Controllers/OAuthController.cs index f3d218e..b02c8e6 100644 --- a/New_College.Api/Controllers/OAuthController.cs +++ b/New_College.Api/Controllers/OAuthController.cs @@ -29,21 +29,6 @@ namespace New_College.Controllers - [HttpPost] - [Route("sync")] - public async Task> DataSync([FromBody] object obj) - { - string newobj = obj.ToString().Replace("object", "_object"); - // CasdoorHookModel - - - return new MessageModel() - { - - }; - } - - /// ///Oauth2验证回调 ///