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); }