add clear
This commit is contained in:
@@ -67,7 +67,6 @@ class Recharge extends SmallProgram
|
|||||||
return new Result($return);
|
return new Result($return);
|
||||||
});
|
});
|
||||||
|
|
||||||
var_dump($this->builder());
|
|
||||||
return $this->send($this->uniformed, $this->builder());
|
return $this->send($this->uniformed, $this->builder());
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -117,7 +116,7 @@ class Recharge extends SmallProgram
|
|||||||
$sign_type = $this->config->getSignType();
|
$sign_type = $this->config->getSignType();
|
||||||
|
|
||||||
$data['sign'] = Help::sign($data, $key, $sign_type);
|
$data['sign'] = Help::sign($data, $key, $sign_type);
|
||||||
$data['sign_type'] = $sign_type;
|
// $data['sign_type'] = $sign_type;
|
||||||
|
|
||||||
return Help::toXml($data);
|
return Help::toXml($data);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user