From a9b26e38976aa90df25c8b499e26cc2542b022f9 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 14 Jun 2018 10:12:58 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E5=A4=8D=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E6=89=93=E6=AC=BE=E6=8F=8F=E8=BF=B0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WePay/TransfersBank.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WePay/TransfersBank.php b/WePay/TransfersBank.php index fba82fd..f53aacb 100644 --- a/WePay/TransfersBank.php +++ b/WePay/TransfersBank.php @@ -53,7 +53,7 @@ class TransfersBank extends BasicPay if (!isset($options['amount'])) { throw new InvalidArgumentException('Missing Options -- [amount]'); } - isset($options['desc']) && $this->params['desc'] = $options['desc']; + isset($options['desc']) && $this->params->set('desc', $options['desc']); $this->params->offsetUnset('appid'); return $this->callPostApi('https://api.mch.weixin.qq.com/mmpaysptrans/pay_bank', [ 'amount' => $options['amount'],