yxj
2022-11-21 bdfb24ecaabf6fc2c2a9ef7ce2925773371d4789
WebAPI/Models/json.cs
@@ -11,5 +11,9 @@
        public int count { get; set; }
        public string Message { get; set; }
        public object data { get; set; }
        public List<object> list { get; set; }
        public Dictionary<object, object> Dictlist { get; set; }
        public string Verify { get; set; }
        public string HInterID { get; set; }
    }
}