namespace Application.Web; public class SendChatParms { public int type { get; set; } public string sign { get; set; } }