add clear

This commit is contained in:
2021-04-06 16:43:50 +08:00
parent 5d227c619c
commit 66db166fc6
+1 -2
View File
@@ -67,7 +67,6 @@ class Recharge extends SmallProgram
return new Result($return);
});
var_dump($this->builder());
return $this->send($this->uniformed, $this->builder());
}
@@ -117,7 +116,7 @@ class Recharge extends SmallProgram
$sign_type = $this->config->getSignType();
$data['sign'] = Help::sign($data, $key, $sign_type);
$data['sign_type'] = $sign_type;
// $data['sign_type'] = $sign_type;
return Help::toXml($data);
}