1
pengmn
2025-07-07 7f34e14e8eefc2eb178eb2786e5989fe53b207bb
HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/ApiModel.cs
@@ -342,6 +342,8 @@
    ////反馈小米
    //public class XiaoMiOrderStatusReport
    //{
@@ -369,6 +371,7 @@
    public class GzResult
    {
        public int resultCode { get; set; }
        public bool success { get; set; }
        public string msg { get; set; }
        public int orderID { get; set; }
        public string orderData { get; set; }