nizongfeng 2 years ago
parent
commit
b5155ad9ba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      addons/unishop/controller/Pay.php

+ 1
- 1
addons/unishop/controller/Pay.php View File

@@ -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;
}


Loading…
Cancel
Save