yxj
2022-09-06 f131da375d752b47493921d84192a046e36b09e7
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; }
    }
}