add clear

This commit is contained in:
as2252258@163.com
2019-08-29 18:06:19 +08:00
parent 7aa22e2e62
commit 658b951fe9
+1 -1
View File
@@ -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);
}