diff --git a/src/Gateways/Alipay/Alipay.php b/src/Gateways/Alipay/Alipay.php index 0f5b73aed..b15de2cfd 100644 --- a/src/Gateways/Alipay/Alipay.php +++ b/src/Gateways/Alipay/Alipay.php @@ -223,7 +223,7 @@ protected function getResult($config_biz, $method) $method = str_replace('.', '_', $method).'_response'; $data = json_decode( - mb_convert_encoding($this->post($this->gateway, $this->config), "utf-8", "gb2312"), + mb_convert_encoding($this->post($this->gateway, $this->config), 'utf-8', 'gb2312'), true );