yxj
2023-06-27 d84c1704ee8cbabe8e3d8cfd7f29ca81a9b9f1e5
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; }
    }
}