mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
feat: auto fetch remote hotfix.
This commit is contained in:
17
WebServer/Request/GateWayRequest.cs
Normal file
17
WebServer/Request/GateWayRequest.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace EggLink.DanhengServer.WebServer.Request;
|
||||
|
||||
public class GateWayRequest
|
||||
{
|
||||
public string version { get; set; } = "";
|
||||
public string t { get; set; } = "";
|
||||
public string uid { get; set; } = "";
|
||||
public string language_type { get; set; } = "";
|
||||
public string platform_type { get; set; } = "";
|
||||
public string dispatch_seed { get; set; } = "";
|
||||
public string channel_id { get; set; } = "";
|
||||
public string sub_channel_id { get; set; } = "";
|
||||
public string is_need_url { get; set; } = "";
|
||||
public string game_version { get; set; } = "";
|
||||
public string account_type { get; set; } = "";
|
||||
public string account_uid { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user