yangle
2022-08-16 5db884aac7beaac546470f9aa91731cd79961fee
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; }
    }
}