From 2889fcbeaf5391d7cbafdd8854ac43e1db0a4dbc Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 25 Dec 2018 16:43:37 +0800 Subject: [PATCH] debug --- 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 17a51244e..3d918f945 100755 --- a/extend/payment/Alipay.php +++ b/extend/payment/Alipay.php @@ -321,7 +321,7 @@ class Alipay $parameter = array( 'service' => 'create_direct_pay_by_user', 'partner' => $this->config['partner'], - '_input_charset' => C('DEFAULT_CHARSET'), + '_input_charset' => 'utf-8', 'notify_url' => $params['notify_url'], 'return_url' => $params['call_back_url'],