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