dever 6 years ago
parent
commit
77dff0defa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/Cmbc.php

+ 0 - 1
lib/Cmbc.php

@@ -28,7 +28,6 @@ class Cmbc extends Core
 		$this->log('支付回调-初始化', file_get_contents("php://input"));
 		$tools = new \Cmbc\Handle();
 		$callback = $tools->get('notify', $this->config);
-		print_r(Dever::input());die;
 		$result = $callback->request(Dever::input(), $this);
 		$this->log('支付回调-获取数据', $result);
 		$this->updateOrder($result['mhtOrderNo'], $result['mhtOrderAmt'], $msg);