Compare commits
No commits in common. "c5cabd7f685f2c8a1c7207f32f19048521d0d93c" and "47eabe5166b3fcc2e8977d475c2752dbd6a70255" have entirely different histories.
c5cabd7f68
...
47eabe5166
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue