1
zzr99
2022-06-17 1912e123daee0f67111e3915321a5d83ab85008c
WebAPI/Models/json.cs
@@ -11,9 +11,8 @@
        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; }
    }