dever il y a 6 ans
Parent
commit
e1b17479a7
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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);