From d23c0cde846716e801e728761035701be6c71a98 Mon Sep 17 00:00:00 2001 From: jianweie code Date: Mon, 15 Jan 2024 20:48:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A7=E7=89=88Azure=20SQL?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E8=BF=9E=E6=8E=A5=E7=BB=84=E4=BB=B6?= =?UTF-8?q?Microsoft.Data.SqlClient?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WeChatShipping/WeChatShippingOrderController.cs | 9 --------- CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.csproj | 1 - CoreCms.Net.Web.WebApi/CoreCms.Net.Web.WebApi.csproj | 1 - 3 files changed, 11 deletions(-) diff --git a/CoreCms.Net.Web.Admin/Controllers/WeChatShipping/WeChatShippingOrderController.cs b/CoreCms.Net.Web.Admin/Controllers/WeChatShipping/WeChatShippingOrderController.cs index 174032dd..bfc2e7e3 100644 --- a/CoreCms.Net.Web.Admin/Controllers/WeChatShipping/WeChatShippingOrderController.cs +++ b/CoreCms.Net.Web.Admin/Controllers/WeChatShipping/WeChatShippingOrderController.cs @@ -1,33 +1,24 @@ using System; using System.Collections.Generic; using CoreCms.Net.Configuration; -using CoreCms.Net.Filter; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using System.ComponentModel; using System.Linq; -using System.Linq.Expressions; using System.Threading.Tasks; using CoreCms.Net.Model.Entities; -using CoreCms.Net.Model.Entities.Expression; using CoreCms.Net.Model.ViewModels.UI; using CoreCms.Net.Utility.Extensions; using CoreCms.Net.Utility.Helper; using SqlSugar; -using Azure.Core; using CoreCms.Net.Caching.AccressToken; using CoreCms.Net.DTO.WeChatShipping; using CoreCms.Net.IServices; -using CoreCms.Net.Model.ViewModels.Api; -using Flurl.Http; using CoreCms.Net.WeChat.Service.HttpClients; using CoreCms.Net.WeChat.Service.Enums; using SKIT.FlurlHttpClient.Wechat.Api.Models; using SKIT.FlurlHttpClient.Wechat.Api; using CoreCms.Net.Model.FromBody; -using CoreCms.Net.Services; -using static SKIT.FlurlHttpClient.Wechat.Api.Models.CgibinExpressBusinessDeliveryGetAllResponse.Types; -using CoreCms.Net.Loging; using CoreCms.Net.Web.Admin.Infrastructure; namespace CoreCms.Net.Web.Admin.Controllers.WeChatShipping diff --git a/CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.csproj b/CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.csproj index 3338e212..744f439b 100644 --- a/CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.csproj +++ b/CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.csproj @@ -56,7 +56,6 @@ - diff --git a/CoreCms.Net.Web.WebApi/CoreCms.Net.Web.WebApi.csproj b/CoreCms.Net.Web.WebApi/CoreCms.Net.Web.WebApi.csproj index a281d106..2b26af2a 100644 --- a/CoreCms.Net.Web.WebApi/CoreCms.Net.Web.WebApi.csproj +++ b/CoreCms.Net.Web.WebApi/CoreCms.Net.Web.WebApi.csproj @@ -63,7 +63,6 @@ -