|
|
@ -10,17 +10,17 @@ public class PlatformConstant { |
|
|
/** |
|
|
/** |
|
|
* 抖音 |
|
|
* 抖音 |
|
|
*/ |
|
|
*/ |
|
|
public static final String TIKTOK = "0"; |
|
|
public static final String TIKTOK = "1"; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 快手 |
|
|
* 快手 |
|
|
*/ |
|
|
*/ |
|
|
public static final String FAST_HAND = "1"; |
|
|
public static final String FAST_HAND = "2"; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 微信 |
|
|
* 微信 |
|
|
*/ |
|
|
*/ |
|
|
public static final String WECHAT = "2"; |
|
|
public static final String WECHAT = "3"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|