统一USER_HOST
This commit is contained in:
@ -6,7 +6,9 @@ import android.content.SharedPreferences;
|
||||
|
||||
public class Config {
|
||||
|
||||
public static final String HOST = "http://api.ghzhushou.com/";
|
||||
public static final String HOST = "http://api.ghzhushou.com/v2d1";
|
||||
public static final String USER_HOST = "http://user.ghzhushou.com/v1d0";
|
||||
public static final String COMMENT_HOST = "http://comment.ghzhushou.com/v1d0";
|
||||
public static final String PREFERENCE = "ghzhushou";
|
||||
|
||||
public static boolean isShow(Context context) {
|
||||
|
||||
Reference in New Issue
Block a user