From 88cf2729f9917ed5b41c9c36142c67b0b02df4d6 Mon Sep 17 00:00:00 2001 From: evalor Date: Thu, 13 Jun 2019 14:49:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4=E4=B8=BA=E5=92=8C=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=B8=80=E8=87=B4=E7=9A=84=E5=A4=A7=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AliPay/Config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AliPay/Config.php b/src/AliPay/Config.php index 9ea10b4..914ed66 100644 --- a/src/AliPay/Config.php +++ b/src/AliPay/Config.php @@ -19,8 +19,8 @@ class Config extends SplBean protected $publicKey; protected $privateKey; protected $gateWay = GateWay::SANDBOX; - protected $charset = "UTF-8"; - protected $format = "json"; + protected $charset = "utf-8"; + protected $format = "JSON"; protected $signType = "RSA2"; protected $apiVersion = "1.0"; protected $appAuthToken;