dever 6 년 전
부모
커밋
e1b17479a7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);