Correction to data format
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace TOOHUCardAPI.Models
|
||||
{
|
||||
public class PlayerDataGetRequestObject
|
||||
{
|
||||
public string Method { get; set; }
|
||||
public string[] Ids { get; set; }
|
||||
public Dictionary<string, string> Ids;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user