浏览代码

payment url and coupon url

hanjing 6 年之前
父节点
当前提交
3297da431a

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/di/modules/NetModule.java

@@ -51,7 +51,7 @@ public class NetModule {
                 .client(okhttpClient)
                 .baseUrl(SheepApp.getInstance().getConnectAddress().getAppUrl()+"v1/")
 //                .baseUrl("http://10.8.220.239:8080/v1/")
-//                .baseUrl("http://10.8.240.155:8080/v1/")
+//                .baseUrl("http://10.8.240.193:8080/v1/")
 //                .baseUrl("http://ss.17xmy.com/v1/")
                 .addConverterFactory(StringConverterFactory.create())
                 .addConverterFactory(FastJsonConverterFactory.create())

+ 3 - 2
app/src/main/java/com/sheep/jiuyan/samllsheep/Config.java

@@ -37,7 +37,8 @@ public class Config {
     //邀请赚钱
     private static final String STATION_SMALL_SHEEP_INVITATION = "/small_sheep_invitation/#";
     //游戏金币
-    private static final String STATION_SMALL_SHEEP_GAME_COINS = "/small_sheep_coupon/#";
+    private static final String STATION_SMALL_SHEEP_GAME_COINS = "/small_sheep_game_payment/#";
+    private static final String STATION_SMALL_SHEEP_GAME_COUPON = "/small_sheep_coupon/#";
     //定向奖励
     private static final String STATION_APPOINT_TASK = "/appoint_task/#";
     //随便打
@@ -65,7 +66,7 @@ public class Config {
     //代金券
     public static final String PATH_DIRECTIONAL_RECHARGE = STATION_SMALL_SHEEP_GAME_COINS + "/recharge";
 
-    public static final String PATH_MY_GAME_COUPON = STATION_SMALL_SHEEP_GAME_COINS + "/game-coupon";
+    public static final String PATH_MY_GAME_COUPON = STATION_SMALL_SHEEP_GAME_COUPON + "/game-coupon";
     //新春活动
     public static final String PATH_NEW_SPRING_ACTIVITIES = STATION_SPRING_FESTIVAL_ACTIVITIES + "/home-page";
     //我的宠物