From 0b446aeb7ba9c028f6e8a86d6882c0030db165e5 Mon Sep 17 00:00:00 2001 From: zhangbin <460190368@qq.com> Date: Fri, 29 Aug 2025 11:26:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.App/ServiceApp/Algo/DaHuaAiApp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAuth.App/ServiceApp/Algo/DaHuaAiApp.cs b/OpenAuth.App/ServiceApp/Algo/DaHuaAiApp.cs index b8a2bd3..76426c3 100644 --- a/OpenAuth.App/ServiceApp/Algo/DaHuaAiApp.cs +++ b/OpenAuth.App/ServiceApp/Algo/DaHuaAiApp.cs @@ -244,7 +244,7 @@ namespace OpenAuth.App.ServiceApp.Algo LasaAiAchievementDetail lasaAiAchievementDetail = new LasaAiAchievementDetail() { Id = Guid.NewGuid().ToString(), - Image = path, + Image = "http://175.27.168.120:6013/test/" + path, AiAchievementId = info.Id }; await db.LasaAiAchievementDetail.InsertAsync(lasaAiAchievementDetail);