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