campaign banners on splash

This commit is contained in:
2019-12-06 00:01:10 +03:00
parent 200cea8e74
commit 9669c92c34
9 changed files with 251 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ public class ApiEndPoints {
private static final String SUFFIX = "&is_mobile=1";
public static final String API_GET_STORE_LIST = "pizza/servicemagazabelirle.php";
public static final String API_GET_CAMPAIGN_BANNERS = "pizzaleu/" + PREFIX + "getCampaignBanners" + SUFFIX;
public static final String API_GET_ALL_CATEGORIES = PREFIX + "getAllCategories" + SUFFIX;
public static final String API_GET_IGNORED_CATEGORY_IDS= PREFIX + "getIgnoredCategory" + SUFFIX;