using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace NEducation.Code { public class CheckMiniGameRequest : PostObj { public String users { get; set; } public String serviceId { get; set; } } }