dever %!s(int64=6) %!d(string=hai) anos
pai
achega
e1b17479a7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/Cmbc.php

+ 1 - 0
lib/Cmbc.php

@@ -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);