add clear

This commit is contained in:
as2252258@163.com
2019-08-29 17:44:51 +08:00
parent b1524a7eaf
commit 447390a87b
+1 -1
View File
@@ -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);
}