From 4b088296b34b049964f70bab1103a8d5e83c8d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sat, 30 Jan 2021 17:20:31 +0800 Subject: [PATCH] add clear --- wchat/wx/Recharge.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wchat/wx/Recharge.php b/wchat/wx/Recharge.php index 46c3128..d0aea16 100644 --- a/wchat/wx/Recharge.php +++ b/wchat/wx/Recharge.php @@ -18,14 +18,14 @@ use wchat\common\Help; */ class Recharge extends SmallProgram { - private int $money = 0; + private $money = 0; private $orderNo; - private array $data = []; + private $data = []; - private string $transfers = 'https://api.mch.weixin.qq.com/mmpaymkttransfers/promotion/transfers'; - private string $uniformed = 'https://api.mch.weixin.qq.com/pay/unifiedorder'; + private $transfers = 'https://api.mch.weixin.qq.com/mmpaymkttransfers/promotion/transfers'; + private $uniformed = 'https://api.mch.weixin.qq.com/pay/unifiedorder'; /** * @param int $money