From e07e1ff2aaf685de57c9b0d5ebceb7aff91558e1 Mon Sep 17 00:00:00 2001 From: zhanglingsheng Date: Tue, 19 Nov 2019 17:32:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=BF=AB=E6=8D=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Common/extend.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Application/Admin/Common/extend.php b/Application/Admin/Common/extend.php index 8aabb7dd1..e3d2f1ab8 100644 --- a/Application/Admin/Common/extend.php +++ b/Application/Admin/Common/extend.php @@ -306,6 +306,9 @@ function get_pay_way($id=null) case 10: return "双乾支付-银联"; break; + case 15: + return "双乾支付-快捷"; + break; } } function get_pay_way_map($id) {