From 9dbc12e1299bad77de03d924b99828deec8b0b66 Mon Sep 17 00:00:00 2001 From: Lemon Date: Wed, 26 Feb 2025 08:45:21 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=B2=B3=E5=8D=97=E7=9C=81=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0OperatorID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/common/enums/thirdparty/ThirdPlatformTypeEnum.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsowell-common/src/main/java/com/jsowell/common/enums/thirdparty/ThirdPlatformTypeEnum.java b/jsowell-common/src/main/java/com/jsowell/common/enums/thirdparty/ThirdPlatformTypeEnum.java index a9749fcda..1ba6534a7 100644 --- a/jsowell-common/src/main/java/com/jsowell/common/enums/thirdparty/ThirdPlatformTypeEnum.java +++ b/jsowell-common/src/main/java/com/jsowell/common/enums/thirdparty/ThirdPlatformTypeEnum.java @@ -32,7 +32,7 @@ public enum ThirdPlatformTypeEnum { XIN_YUN_PLATFORM("21", "新运平台", "MADKXL8FX"), - HE_NAN_PLATFORM("22", "河南省平台", ""), + HE_NAN_PLATFORM("22", "河南省平台", "050880341"), ; private String typeCode;