Compare commits

...

2 Commits

Author SHA1 Message Date
zhangbin c5cabd7f68 Merge branch 'main' of http://123.132.248.154:10000/HC_YFZX/LASAPlatform 2025-08-29 11:26:07 +08:00
zhangbin 0b446aeb7b 修改path 2025-08-29 11:26:01 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -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);