Constant.java
972 Bytes
package com.metroapp.constant;
/**
* Created by mingming on 18/4/18.
*/
public class Constant {
//生产
public static String API_BASE_URL = "http://101.37.106.40/router";
// public static String API_BASE_URL = "https://railway-dt.shmetro.com/router";
public static String API_APP_KEY = "0617CA8376F9901F28FF46B69BF9CF44";
public static String API_SECRET = "28570C9D069ED51226DD9F028BD5E6DD";
public static boolean ENABLE_DEBUG = true;
public static String GET_APP_VERSION_URL = "http://padt-cdn.oss-cn-hangzhou.aliyuncs.com/soft/ditie/android/appupdate.json";
// public static String GET_APP_VERSION_URL = "http://xn-static.oss-cn-hangzhou.aliyuncs.com/soft/xntalk/xiniunet_xntalk_android.json";
// public static String API_BASE_URL = "https://api.xiniunet.com/router";
// public static String API_APP_KEY = "0617CA8376F9901F28FF46B69BF9CF47";
// public static String API_SECRET = "28570C9D069ED51226DD9F028BD5E6DC";
}