예제 #1
0
 public async Task <IActionResult> ShellLoginAsync([FromBody] ShellLoginInfo shellLoginInfo)
 {
     if (ZLMediaKitWebHookEvents.OnShellLogin_IsNull)
     {
         return(Json(new ShellLonginResult()));
     }
     SetServerInfo(shellLoginInfo);
     return(Json(ZLMediaKitWebHookEvents.OnShellLogin_Call(shellLoginInfo)));
 }
 internal static ShellLonginResult OnShellLogin_Call(ShellLoginInfo shellLoginInfo) => OnShellLogin?.Invoke(shellLoginInfo);
 private ShellLonginResult ZLMediaKitWebHookEvents_OnShellLogin(ShellLoginInfo arg)
 {
     throw new NotImplementedException();
 }