t
lg
2024-08-16 6fa830601367d98a2a2ce6380ca588f05694e856
MESApplication/Controllers/Base/DemoController.cs
@@ -3,7 +3,6 @@
using MES.Service.util;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json.Linq;
namespace MESApplication.Controllers.Base;
[Route("api/[controller]")]
@@ -28,6 +27,7 @@
        }
        catch (Exception ex)
        {
            throw ex;
            return ResponseResult.ResponseError(ex);
        }
    }