admin
2022-05-06 da620c6334f99535e0748555ae75feed368cf8b4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.yeshi.makemoney.video.app.utils;
 
public class Constant {
    public final static boolean DEBUG = false;
 
    public final static String HOST = "http://api.dsp.yeshitv.com";
 
    public final static String DOWNLOAD_DIR_NAME = "makemoney";
 
    public final static boolean isDisableProxy = true;
 
    public static final String USER_AGREEMENT = "http://web.dsp.yeshitv.com/user_protocol.html";
    public static final String PRIVACY_POLICY = "http://web.dsp.yeshitv.com/privacy.html";
    public static final String DISCLAIMER = "http://h5.hanju.goxcw.com/hanju/disclaimer.html";
 
}