|
|
|
@ -1,33 +1,19 @@
|
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.IO;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Reflection;
|
|
|
|
|
using Autofac;
|
|
|
|
|
using Autofac.Extras.DynamicProxy;
|
|
|
|
|
using AutoMapper;
|
|
|
|
|
using CoreCms.Net.Auth;
|
|
|
|
|
using CoreCms.Net.Configuration;
|
|
|
|
|
using CoreCms.Net.Core.AOP;
|
|
|
|
|
using CoreCms.Net.Core.AutoFac;
|
|
|
|
|
using CoreCms.Net.Core.Config;
|
|
|
|
|
using CoreCms.Net.Filter;
|
|
|
|
|
using CoreCms.Net.Loging;
|
|
|
|
|
using CoreCms.Net.Mapping;
|
|
|
|
|
using CoreCms.Net.Middlewares;
|
|
|
|
|
using CoreCms.Net.Model.ViewModels.Options;
|
|
|
|
|
using CoreCms.Net.Model.ViewModels.Sms;
|
|
|
|
|
using CoreCms.Net.Repository.CodeGenerator;
|
|
|
|
|
using CoreCms.Net.Services.CodeGenerator;
|
|
|
|
|
using CoreCms.Net.Services.Mediator;
|
|
|
|
|
using CoreCms.Net.Swagger;
|
|
|
|
|
using CoreCms.Net.Task;
|
|
|
|
|
using CoreCms.Net.Utility.Extensions;
|
|
|
|
|
using CoreCms.Net.WeChatService.CustomMessageHandler;
|
|
|
|
|
using CoreCms.Net.WeChatService.MessageHandlers.WebSocket;
|
|
|
|
|
using CoreCms.Net.WeChatService.WxOpenMessageHandler;
|
|
|
|
|
using Essensoft.AspNetCore.Payment.Alipay;
|
|
|
|
|
using Essensoft.AspNetCore.Payment.WeChatPay;
|
|
|
|
|
using Essensoft.Paylink.Alipay;
|
|
|
|
|
using Essensoft.Paylink.WeChatPay;
|
|
|
|
|
using MediatR;
|
|
|
|
|
using Microsoft.AspNetCore.Builder;
|
|
|
|
|
using Microsoft.AspNetCore.Hosting;
|
|
|
|
@ -42,13 +28,10 @@ using Microsoft.Extensions.Hosting;
|
|
|
|
|
using Microsoft.Extensions.Options;
|
|
|
|
|
using Newtonsoft.Json;
|
|
|
|
|
using Newtonsoft.Json.Serialization;
|
|
|
|
|
using Qc.YilianyunSdk;
|
|
|
|
|
using Senparc.CO2NET;
|
|
|
|
|
using Senparc.CO2NET.AspNet;
|
|
|
|
|
using Senparc.WebSocket;
|
|
|
|
|
using Senparc.Weixin;
|
|
|
|
|
using Senparc.Weixin.Entities;
|
|
|
|
|
using Senparc.Weixin.MP;
|
|
|
|
|
using Senparc.Weixin.RegisterServices;
|
|
|
|
|
using Senparc.Weixin.WxOpen;
|
|
|
|
|
using SqlSugar;
|
|
|
|
|