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: "超级货运" } ]; /**