From 5336bfc54525253a30f1f8238806d3a67f388e14 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期五, 21 十一月 2025 15:12:03 +0800
Subject: [PATCH] 优化接口,增加字段等
---
项目代码/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Outbound/OutLineViewController.cs | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Outbound/OutLineViewController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Outbound/OutLineViewController.cs"
index 8b6850a..8d68782 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Outbound/OutLineViewController.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Outbound/OutLineViewController.cs"
@@ -1,4 +1,5 @@
-锘縰sing Microsoft.AspNetCore.Mvc;
+锘縰sing Microsoft.AspNetCore.Authorization;
+using Microsoft.AspNetCore.Mvc;
using WIDESEA_Core;
using WIDESEA_Core.BaseController;
using WIDESEA_IOutboundService;
@@ -7,7 +8,7 @@
namespace WIDESEA_WMSServer.Controllers.Outbound
{
/// <summary>
- /// 鍗氭�濋�氶鏂欎俊鎭�
+ /// 鍑哄簱绾夸綋缂撳瓨
/// </summary>
[Route("api/OutLineView")]
[ApiController]
@@ -20,6 +21,7 @@
/// 鑾峰彇绾夸綋鍘熺焊
/// </summary>
/// <returns></returns>
+ [HttpPost, HttpGet, Route("GetOutLineView"), AllowAnonymous]
public WebResponseContent GetOutLineView()
{
return Service.GetOutLineView();
--
Gitblit v1.9.3