文件名称:QQ欢乐斗地主-手机游戏-全套源代码
文件大小:430KB
文件格式:ZIP
更新时间:2016-07-18 10:20:41
手机游戏 QQ欢乐斗地主 手机棋牌 源代码 移动开发
腾讯手机游戏,QQ欢乐斗地主,游戏源码,全套完整的手机游戏源代码,做手游的同学绝对不容错过 package com.tq.tencent.android.sdk; import com.tq.tencent.android.sdk.cp_config.AppInfoConfig; public class Domain { private static String API_BASE_ENDPOINT = null; public static final String ROOT_DOMAIN = "openapi.3g.qq.com"; private static final String SCHEME_HTTP = "http://"; public static final String TEST_ROOT_DOMAIN = "openapi.sp0309.3g.qq.com"; public static String getEndPoint() { return getQQHallApiEndpoint(); } public static String getQQHallApiEndpoint() { if (API_BASE_ENDPOINT == null) if (!AppInfoConfig.isTestEnvironment()) break label21; label21: for (API_BASE_ENDPOINT = "http://openapi.sp0309.3g.qq.com"; ; API_BASE_ENDPOINT = "http://openapi.3g.qq.com") return API_BASE_ENDPOINT; } }