From 26824ab5f05816687e38d062f413b95220ae7518 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 22 八月 2025 10:08:04 +0800
Subject: [PATCH] fix:bug

---
 FlexJobApi.Web.Entry/Startup.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/FlexJobApi.Web.Entry/Startup.cs b/FlexJobApi.Web.Entry/Startup.cs
index 9256900..99bc46f 100644
--- a/FlexJobApi.Web.Entry/Startup.cs
+++ b/FlexJobApi.Web.Entry/Startup.cs
@@ -37,7 +37,6 @@
             services.AddComponent<DistributedCacheServiceComponent>();
 
             services.AddHttpRemote();
-            services.AddSingleton<ResourceHttpUtils>();
             services.AddSingleton<AliyunSmsUtils>(); 
             services.AddSingleton<WxmpUtils>();
             services.AddScoped<SmsUtils>();

--
Gitblit v1.9.1