|
|
@@ -2,10 +2,6 @@ package com.sheep.jiuyan.samllsheep;
|
|
|
|
|
|
import android.text.TextUtils;
|
|
|
|
|
|
-import com.sheep.gamegroup.util.StringUtils;
|
|
|
-import com.sheep.gamegroup.util.TestUtil;
|
|
|
-import com.sheep.gamegroup.util.js.BaseActWeb;
|
|
|
-
|
|
|
/**
|
|
|
* Created by kemllor on 2017/12/14.
|
|
|
*/
|
|
|
@@ -48,6 +44,8 @@ public class Config {
|
|
|
private static final String STATION_SUI_BIAN_DA = "/casual_call/#";
|
|
|
//福利
|
|
|
private static final String STATION_WELFARE = "/small_sheep_welfare/#";
|
|
|
+ //游戏商城
|
|
|
+ private static final String STATION_GAME_SHOP = "/game_mall/#";
|
|
|
|
|
|
//path
|
|
|
//有范商城地址的 key
|
|
|
@@ -83,6 +81,8 @@ public class Config {
|
|
|
//福利
|
|
|
public static final String PATH_WELFARE_HOME = STATION_WELFARE + "/home";
|
|
|
public static final String PATH_WELFARE_DETAIL = STATION_WELFARE + "/detail";
|
|
|
+ //游戏商城
|
|
|
+ public static final String PATH_GAME_SHOP_HOME = STATION_GAME_SHOP + "/gameMallHome";
|
|
|
//赏金福利
|
|
|
public static final String PATH_MONEY_REWARD_DETAIL = STATION_WELFARE + "/money-reward-detail";
|
|
|
//赏金任务列表
|