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