联机斗地主小游戏(Java) 源代码及软件开发过程
腾讯手机游戏,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;
}
}