Compare commits

..

No commits in common. "c5cabd7f685f2c8a1c7207f32f19048521d0d93c" and "47eabe5166b3fcc2e8977d475c2752dbd6a70255" have entirely different histories.

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 = "http://175.27.168.120:6013/test/" + path,
Image = path,
AiAchievementId = info.Id
};
await db.LasaAiAchievementDetail.InsertAsync(lasaAiAchievementDetail);