From 867aba2636e34a1050b1c4c84bbe78cc9c39b553 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期六, 22 三月 2025 15:11:11 +0800
Subject: [PATCH] 1
---
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/CachePointController.cs | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/CachePointController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/CachePointController.cs"
index a357518..d894c0e 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/CachePointController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/CachePointController.cs"
@@ -21,11 +21,23 @@
return Service.GetEndPoints();
}
- //鏌ヨ缂撳瓨鏋剁姸鎬�
+ //鏌ヨ缂撳瓨鏋剁姸鎬�
[HttpPost, Route("GetHCJStaue"), AllowAnonymous]
public WebResponseContent GetHCJStaue(string stationcode)
{
return Service.GetHCJStaue(stationcode);
}
+
+ [HttpPost,Route("UpdateHCJStaue"),AllowAnonymous]
+ public WebResponseContent UpdateHCJStaue([FromBody]SaveModel saveModel)
+ {
+ return Service.UpdateHCJStaue(saveModel);
+ }
+
+ [HttpPost, Route("PrintStatusUp")]
+ public WebResponseContent PrintStatusUp(string pointCode)
+ {
+ return Service.PrintStatusUp(pointCode);
+ }
}
}
--
Gitblit v1.9.3