| | |
| | |
|
| | | public static boolean IS_TEST = true;
|
| | |
|
| | | public static boolean ENABLE_MQ = false;
|
| | | public static boolean ENABLE_MQ = true;
|
| | |
|
| | | public static int PAGE_SIZE = 20;
|
| | |
|
| | |
| | | // 来源-拼多多
|
| | | public static final int SOURCE_TYPE_PDD = 3;
|
| | | // 来源-唯品会
|
| | | public static final int SOURCE_TYPE_WPH = 4;
|
| | | public static final int SOURCE_TYPE_VIP = 4;
|
| | | // 来源-苏宁
|
| | | public static final int SOURCE_TYPE_SUNING = 5;
|
| | | // 来源-饿了么
|
| | |
| | | return "京东";
|
| | | case SOURCE_TYPE_PDD:
|
| | | return "拼多多";
|
| | | case SOURCE_TYPE_WPH:
|
| | | case SOURCE_TYPE_VIP:
|
| | | return "唯品会";
|
| | | case SOURCE_TYPE_SUNING:
|
| | | return "苏宁";
|