From a7a813d973c5f9fce154b7c9feb7ea23876f8c44 Mon Sep 17 00:00:00 2001 From: Devil Date: Sun, 16 May 2021 16:22:10 +0800 Subject: [PATCH] =?UTF-8?q?=20=E6=94=AF=E4=BB=98=E5=AE=9D=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E6=8F=92=E4=BB=B6=E6=94=AF=E6=8C=81=E5=BC=82=E6=AD=A5?= =?UTF-8?q?=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/payment/Alipay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/payment/Alipay.php b/extend/payment/Alipay.php index 5fcb3537d..035ae2e6a 100755 --- a/extend/payment/Alipay.php +++ b/extend/payment/Alipay.php @@ -50,7 +50,7 @@ class Alipay // 基础信息 $base = [ 'name' => '支付宝', // 插件名称 - 'version' => '1.1.2', // 插件版本 + 'version' => '1.1.3', // 插件版本 'apply_version' => '不限', // 适用系统版本描述 'apply_terminal'=> ['pc','h5', 'ios', 'android', 'toutiao'], // 适用终端 默认全部 ['pc', 'h5', 'ios', 'android', 'alipay', 'weixin', 'baidu', 'toutiao'] 'desc' => '2.0版本,适用PC+H5+APP+头条小程序,即时到帐支付方式,买家的交易资金直接打入卖家支付宝账户,快速回笼交易资金。 立即申请', // 插件描述(支持html) -- GitLab