From 91be499ac83725c769f2283054ed326d7e055453 Mon Sep 17 00:00:00 2001 From: zxx <Zxx@HanInfo> Date: 星期二, 01 七月 2025 17:27:05 +0800 Subject: [PATCH] xiaomi --- HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/WmsController.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/WmsController.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/WmsController.cs index 3e6bb1c..fc18b23 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/WmsController.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/WmsController.cs @@ -32,5 +32,15 @@ return res; } + + [HttpPost] + public TaskResponse autoSmallMaterial(smallMaterial model) + { + LogHelper.Info("autoSmallMaterial 鍙傛暟锛� + JsonConvert.SerializeObject(model), "WMSAPI"); + var res = TaskProcess.autoSmallMaterial(model); + LogHelper.Info("autoSmallMaterial 杩斿洖锛� + JsonConvert.SerializeObject(res), "WMSAPI"); + return res; + } + } } -- Gitblit v1.9.1