From 16c728e6974edc153c6dd9d68e9ddc87aa6bbbbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sat, 30 Jan 2021 18:41:30 +0800 Subject: [PATCH] add clear --- wchat/wx/Recharge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wchat/wx/Recharge.php b/wchat/wx/Recharge.php index f719352..243aa37 100644 --- a/wchat/wx/Recharge.php +++ b/wchat/wx/Recharge.php @@ -116,8 +116,8 @@ class Recharge extends SmallProgram $key = $this->config->getKey(); $sign_type = $this->config->getSignType(); - $data['sign_type'] = $sign_type; $data['sign'] = Help::sign($data, $key, $sign_type); + $data['sign_type'] = $sign_type; return Help::toXml($data); }