From 32a9985c4a3a326d4c30432374247cca5e172c93 Mon Sep 17 00:00:00 2001 From: zxx <Zxx@HanInfo> Date: 星期五, 04 七月 2025 16:55:49 +0800 Subject: [PATCH] 1 --- HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/ApiModel.cs | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/ApiModel.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/ApiModel.cs index 1931983..09206b3 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/ApiModel.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/ApiModel.cs @@ -312,6 +312,36 @@ public string extraInfo2 { get; set; } } + public class orderReroute + { + /// <summary> + /// 浠诲姟鍙�+ /// </summary> + public string orderName { get; set; } + /// <summary> + /// 鐢宠绫诲瀷 1琛ㄧず鏄惁鐢宠缁曡矾锛�琛ㄧず鐢宠鐩爣璐т綅 + /// </summary> + public int orderType { get; set; } + } + + public class orderTraffic + { + /// <summary> + /// 浜ょ鍖哄煙缂栫爜 + /// </summary> + public string location { get; set; } + /// <summary> + /// 璁惧鍙�+ /// </summary> + public string deviceCode { get; set; } + /// <summary> + /// 绫诲瀷 + /// </summary> + public string type { get; set; } + } + + + ////鍙嶉灏忕背 //public class XiaoMiOrderStatusReport //{ @@ -339,8 +369,10 @@ 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; } } /// <summary> -- Gitblit v1.9.1