From 88e9c9900d41fe239290f97c064ea42c1fbfecb6 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Wed, 13 Mar 2019 18:21:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=A0=81=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/payment/CodePayQQ.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/payment/CodePayQQ.php b/extend/payment/CodePayQQ.php index efcf51bda..e3343a698 100644 --- a/extend/payment/CodePayQQ.php +++ b/extend/payment/CodePayQQ.php @@ -49,7 +49,7 @@ class CodePayQQ { // 基础信息 $base = [ - 'name' => '码支付-微信', // 插件名称 + 'name' => '码支付-QQ', // 插件名称 'version' => '0.0.1', // 插件版本 'apply_version' => '不限', // 适用系统版本描述 'apply_terminal'=> ['pc','h5'], // 适用终端 默认全部 ['pc', 'h5', 'app', 'alipay', 'weixin', 'baidu']