From 2cca88e8e487c70d4065dc18fc37d9b9eb4084d5 Mon Sep 17 00:00:00 2001 From: Penny <2500338766@qq.com> Date: Wed, 26 Jul 2023 01:48:03 +0800 Subject: [PATCH] =?UTF-8?q?hotfix:=E7=BB=9F=E4=B8=80=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/bnyer/img/constants/PlatformConstant.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bnyer-services/bnyer-img/src/main/java/com/bnyer/img/constants/PlatformConstant.java b/bnyer-services/bnyer-img/src/main/java/com/bnyer/img/constants/PlatformConstant.java index 374efd3..c4a41ef 100644 --- a/bnyer-services/bnyer-img/src/main/java/com/bnyer/img/constants/PlatformConstant.java +++ b/bnyer-services/bnyer-img/src/main/java/com/bnyer/img/constants/PlatformConstant.java @@ -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";