|
|
@@ -30,6 +30,7 @@ public class Config {
|
|
|
|
|
|
//station
|
|
|
//大转盘项目
|
|
|
+ private static final String STATION_H5_REGISTER_TURNTABLE = "/h5_register_turntable/#";
|
|
|
private static final String STATION_TURNTABLE = "/turntable/#";
|
|
|
private static final String STATION_IQIYI_VIP_MEMBER = "/iqiyi_vip_member/#";
|
|
|
private static final String STATION_SPRING_FESTIVAL_ACTIVITIES = "/spring_festival_activities/#";
|
|
|
@@ -62,7 +63,7 @@ public class Config {
|
|
|
//大转盘地址 key
|
|
|
public static final String PATH_DIRECTIONAL_LOTTERY = STATION_TURNTABLE + "/invincible-big-turntable";
|
|
|
//注册大转盘
|
|
|
- public static final String PATH_REGISTER_BIG_TURNTABLE = STATION_TURNTABLE + "/register-big-turntable";
|
|
|
+ public static final String PATH_REGISTER_BIG_TURNTABLE = STATION_H5_REGISTER_TURNTABLE + "/register-big-turntable";
|
|
|
//small_station地址 key
|
|
|
public static final String KEY_SMALL_STATION_URL = "small_station_url";
|
|
|
//small_station地址
|