From dea4a9d936ef3ba743b8aee4791e4fcc66a2a1e2 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Sat, 27 Sep 2025 17:13:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BF=90=E8=90=A5-=E5=86=85=E8=B4=AD-?= =?UTF-8?q?=E5=BA=94=E7=94=A8):=20=E6=96=B0=E5=A2=9E=E8=BA=AB=E4=BB=BD?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constant/type.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/constant/type.js b/src/constant/type.js index eb66efc..8036b70 100644 --- a/src/constant/type.js +++ b/src/constant/type.js @@ -873,7 +873,8 @@ function covertPayChannelGroupsMap() { */ const productTypeConfs = [ { value: "GOLD", name: "金币" }, - { value: "FREIGHT_GOLD", name: "货运金币" } + { value: "FREIGHT_GOLD", name: "货运金币" }, + { value: "FREIGHT_GOLD_SUPER", name: "超级货运" } ]; /**