From 89a54df395d987562e0cb9a6130e266b6d10fecf Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 21 Mar 2024 11:56:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=94=AF=E4=BB=98=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/filters/commFilter.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/filters/commFilter.js b/src/filters/commFilter.js index 7691854..3836664 100644 --- a/src/filters/commFilter.js +++ b/src/filters/commFilter.js @@ -110,7 +110,9 @@ export function orderPayType(type) { '3': '微信支付', '4': '支付宝', '5': '支付宝扫码', - '6': '微信扫码' + '6': '微信扫码', + '9': '商户余额支付', + '10': '对公转账', } return typeMap[type] }