package com.ysvideo.zhibo.app.util;
|
|
public class Constant {
|
public final static boolean DEBUG = false;
|
|
public static final String HOST = "http://api.ysdq.yeshitv.com:8089";//正式上线版本
|
|
// public static final String HOST = "http://193.112.34.40:8086";//测试上线版本
|
|
|
|
public final static boolean isDisableProxy = true;
|
|
public static final String USER_AGREEMENT = "http://bwweb.yeshitv.com/zhibo/user_protocol.html";
|
public static final String PRIVACY_POLICY = "http://bwweb.yeshitv.com/zhibo/privacy.html";
|
public static final String DISCLAIMER = "http://bwweb.yeshitv.com/zhibo/disclaimer.html";
|
|
}
|