yxj
2023-09-19 b567b9f95f0d8eac12c1ead3f8fec98570fdb480
WebAPI/Models/json.cs
@@ -11,7 +11,9 @@
        public int count { get; set; }
        public string Message { get; set; }
        public object data { get; set; }
        public List<string> list { 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; }
    }
}