@@ -100,7 +100,7 @@ public class CustomGEOAdDialog
list.clear();
for (int i = 0;i<positionAdvert.size();i++)
{
- list.add(Config.ApiBaseUrl +"/"+ positionAdvert.get(i).getFilePath());
+ list.add(Config.ApiBaseUrl + "/synchronization/previewImg?imgUrl=" + positionAdvert.get(i).getFilePath());
}
@@ -120,7 +120,7 @@ public class CustomVideoGEOAdDialog
- list.add(Config.ApiBaseUrl + "/synchronization/previewImg?imgUrl=" + positionAdvert.get(i).getFilePath());
+ list.add(Config.ApiBaseUrl +"/"+ positionAdvert.get(i).getFilePath());