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