|
@@ -27,6 +27,7 @@ class Cmbc extends Core
|
|
|
{
|
|
|
$input = file_get_contents("php://input");
|
|
|
$this->log('支付回调-初始化', $input);
|
|
|
+ parse_str($input, $input);
|
|
|
$tools = new \Cmbc\Handle();
|
|
|
$callback = $tools->get('notify', $this->config);
|
|
|
$result = $callback->request($input, $this);
|