add clear

This commit is contained in:
2021-01-30 18:41:30 +08:00
parent eec78ff4a8
commit 16c728e697
+1 -1
View File
@@ -116,8 +116,8 @@ class Recharge extends SmallProgram
$key = $this->config->getKey(); $key = $this->config->getKey();
$sign_type = $this->config->getSignType(); $sign_type = $this->config->getSignType();
$data['sign_type'] = $sign_type;
$data['sign'] = Help::sign($data, $key, $sign_type); $data['sign'] = Help::sign($data, $key, $sign_type);
$data['sign_type'] = $sign_type;
return Help::toXml($data); return Help::toXml($data);
} }