mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
7 lines
192 B
C#
7 lines
192 B
C#
namespace EggLink.DanhengServer.WebServer.Request;
|
|
|
|
public class AuthAdminKeyRequestBody
|
|
{
|
|
public string session_id { get; set; } = "";
|
|
public string admin_key { get; set; } = "";
|
|
} |