SmallRefactor: {Data} -> {Config}

This commit is contained in:
Le Chau 2020-06-26 17:02:23 +07:00
parent f8004c3212
commit 089c289019

View File

@ -315,10 +315,10 @@ namespace AIParkingApplication
public bool IsLoginSuccess { get; set; } public bool IsLoginSuccess { get; set; }
[JsonProperty("data")] [JsonProperty("data")]
public Data LoginData { get; set; } public Config LoginData { get; set; }
} }
public class Data public class Config
{ {
[JsonProperty("userID")] [JsonProperty("userID")]
public int UserID { get; set; } public int UserID { get; set; }