大苏打
parent
ec0d77918d
commit
5cc208ad9e
|
|
@ -29,21 +29,6 @@ namespace New_College.Controllers
|
|||
|
||||
|
||||
|
||||
[HttpPost]
|
||||
[Route("sync")]
|
||||
public async Task<MessageModel<bool>> DataSync([FromBody] object obj)
|
||||
{
|
||||
string newobj = obj.ToString().Replace("object", "_object");
|
||||
// CasdoorHookModel
|
||||
|
||||
|
||||
return new MessageModel<bool>()
|
||||
{
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
///Oauth2验证回调
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Reference in New Issue