From 658b951fe9208dbf3b16020e81555a10fe6937b5 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 29 Aug 2019 18:06:19 +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 0010102..f129218 100644 --- a/wx/Recharge.php +++ b/wx/Recharge.php @@ -107,8 +107,8 @@ class Recharge extends Miniprogarampage $key = $this->config->getKey(); $sign_type = $this->config->getSignType(); - $this->data['sign'] = Help::sign($this->data, $key, $sign_type); $this->data['sign_type'] = $this->config->getSignType(); + $this->data['sign'] = Help::sign($this->data, $key, $sign_type); return Help::toXml($this->data); }