mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
Feature:Asynchronous Operation & Formatting Code
- Now the async operation is enabled! - Code formatted by Resharper plugin <3
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
namespace EggLink.DanhengServer.WebServer.Request
|
||||
namespace EggLink.DanhengServer.WebServer.Request;
|
||||
|
||||
public class AdminExecRequest
|
||||
{
|
||||
public class AdminExecRequest
|
||||
{
|
||||
public string SessionId { get; set; } = "";
|
||||
public string Command { get; set; } = "";
|
||||
public int TargetUid { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
public string SessionId { get; set; } = "";
|
||||
public string Command { get; set; } = "";
|
||||
public int TargetUid { get; set; } = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user