add clear
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user