add clear
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ class Recharge extends Miniprogarampage
|
|||||||
$key = $this->config->getKey();
|
$key = $this->config->getKey();
|
||||||
$sign_type = $this->config->getSignType();
|
$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);
|
return Help::toXml($this->data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user