| | |
| | |
|
| | | public class Constant {
|
| | | public static boolean IS_TASK = false;
|
| | |
|
| | | // 外网环境
|
| | | public static boolean IS_OUTNET = false;
|
| | |
|
| | |
| | | };
|
| | |
|
| | | public final static String UIDAESKEY = "WW782ss@8*px/%2v";
|
| | |
|
| | | public final static String ADMINH5_AESKEY = "WW782Ss@0*px/,2v";
|
| | |
|
| | | public final static String RANDKEY = "user_randkey";
|
| | | public final static String RANDPWDKEY = "user_pwd_randkey";
|
| | |
| | | public final static String HB_STATEEXCEPTION = "红包状态异常";
|
| | | public final static String HB_NOEXIST = "红包不存在";
|
| | | public static final int MR_COUNT = 2;
|
| | | public static final String HONGBAO_GOODS_PROPORTION = "hongbao_goods_proportion";
|
| | |
|
| | | public final static String BA_EXIST = "该类型账户已存在";
|
| | | public final static String BA_SUCCESS = "创建成功";
|
| | |
| | | public static final String MYLIKE = "mylike";
|
| | | public static final String MYDYNAMIC = "mydynamic";
|
| | |
|
| | | public static final String TAOBAO_AUTH_APPKEY = "24980167";
|
| | | public static final String TAOBAO_AUTH_APPSECRET = "e0a2e05deabf5ce039b52e5b492d5382";
|
| | | public static final String TAOBAO_RELATION_PID_DEFAULT = "mm_124933865_56750082_87140050199";
|
| | | public static final String TAOBAO_SPECIAL_PID_DEFAULT = "mm_124933865_56750082_89555600043";
|
| | |
|
| | | // 来源-淘宝
|
| | | public static final int SOURCE_TYPE_TAOBAO = 1;
|
| | | // 来源-京东
|
| | | public static final int SOURCE_TYPE_JD = 2;
|
| | |
|
| | | // 自购-返利
|
| | | public static final int TYPE_REBATE = 1;
|
| | | // 分享
|
| | | public static final int TYPE_SHAER = 2;
|
| | | // 邀请
|
| | | public static final int TYPE_INVITE = 3;
|
| | |
|
| | | public static WXGZConfig wxGZConfig;
|
| | |
|
| | | // 短信验证码配置
|