|
@@ -403,7 +403,7 @@ class Api
|
|
|
}
|
|
|
|
|
|
defined('API_REQUEST_LOG_TYPE') or define('API_REQUEST_LOG_TYPE', $this->logType);
|
|
|
- $params = $this->request->request();
|
|
|
+ $params = $this->request->param();
|
|
|
if ($this->logType === 1){
|
|
|
//日志统一写入
|
|
|
register_shutdown_function([new LogUtil, 'close']);
|