解决游戏不能下载问题
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -24,7 +24,7 @@ public class MelodyApplication extends TopdrawApplication { | ... | @@ -24,7 +24,7 @@ public class MelodyApplication extends TopdrawApplication { |
24 | public static AppActivity appActivity; | 24 | public static AppActivity appActivity; |
25 | public static boolean authResult = false; | 25 | public static boolean authResult = false; |
26 | private static MelodyApplication app; | 26 | private static MelodyApplication app; |
27 | public static String TOPDRAW_API_PATH = "http://demo.cloud.api.findfun.topdraw.cn:38081/findfun"; | 27 | public static String TOPDRAW_API_PATH = "http://sichuan-cmcc.api.forfun.topdraw.cn:8080/clutch/forfun"; |
28 | 28 | ||
29 | private Handler mHandler = new Handler(); | 29 | private Handler mHandler = new Handler(); |
30 | 30 | ... | ... |
-
Please register or sign in to post a comment