|
|
@@ -126,7 +126,7 @@ class Pay extends Base |
|
|
|
|
|
|
|
$paytype = $this->request->param('type'); |
|
|
|
$string = date('Y-m-d H:i:s', time()) . PHP_EOL; |
|
|
|
$body = file_get_contents("php://input"); |
|
|
|
$body = request()->post('', null, 'trim'); |
|
|
|
if (empty($body) == false) { |
|
|
|
$string .= 'body : ' . json_encode($body) . PHP_EOL; |
|
|
|
} |
|
|
|