From 447390a87b42ee326450ff04f24084be555dbb2b Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 29 Aug 2019 17:44:51 +0800 Subject: [PATCH] add clear --- wx/Recharge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx/Recharge.php b/wx/Recharge.php index 3319660..815755a 100644 --- a/wx/Recharge.php +++ b/wx/Recharge.php @@ -108,7 +108,7 @@ class Recharge extends Miniprogarampage $key = $this->config->getKey(); $sign_type = $this->config->getSignType(); - $data['sign'] = Help::sign($this->data, $key, $sign_type); + $this->data['sign'] = Help::sign($this->data, $key, $sign_type); return Help::toXml($this->data); }