From 39d4616fbc837280d981c8b2b24e33437ffbe6a1 Mon Sep 17 00:00:00 2001 From: Devil Date: Sat, 2 Nov 2019 15:52:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/payment/Weixin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extend/payment/Weixin.php b/extend/payment/Weixin.php index 3f6bc99d2..ba5a66307 100755 --- a/extend/payment/Weixin.php +++ b/extend/payment/Weixin.php @@ -105,7 +105,7 @@ class Weixin 'element' => 'textarea', 'name' => 'apiclient_cert', 'placeholder' => '证书(apiclient_cert.pem)', - 'title' => '证书(apiclient_cert.pem)', + 'title' => '证书(apiclient_cert.pem)(退款操作必填项)', 'desc' => '去除以 -- 开头结尾的字符和换行', 'is_required' => 0, 'rows' => 6, @@ -115,7 +115,7 @@ class Weixin 'element' => 'textarea', 'name' => 'apiclient_key', 'placeholder' => '证书密钥(apiclient_key.pem)', - 'title' => '证书密钥(apiclient_key.pem)', + 'title' => '证书密钥(apiclient_key.pem)(退款操作必填项)', 'desc' => '去除以 -- 开头结尾的字符和换行', 'is_required' => 0, 'rows' => 6,