From 491e01c98198306bd9d70dea34fe0f8b97bb3fc7 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 11 十月 2024 10:54:48 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WebApi/HStation.WebApi.Xhs.Core/Result/XnRestfulResultProvider.cs | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/WebApi/HStation.WebApi.Xhs.Core/Result/XnRestfulResultProvider.cs b/WebApi/HStation.WebApi.Xhs.Core/Result/XnRestfulResultProvider.cs index edefbf9..fd03327 100644 --- a/WebApi/HStation.WebApi.Xhs.Core/Result/XnRestfulResultProvider.cs +++ b/WebApi/HStation.WebApi.Xhs.Core/Result/XnRestfulResultProvider.cs @@ -7,11 +7,9 @@ using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; using System.Net; -using Yw.Untity; -using Yw.Application; -using Yw.Dto; -using System.Text.Json.Serialization; using System.Text.Json; +using System.Text.Json.Serialization; +using Yw.Dto; namespace HStation.WebApi { -- Gitblit v1.9.3