@@ -238,6 +238,10 @@ class Api
'time' => Request::instance()->server('REQUEST_TIME'),
'data' => $data,
];
+
+ //日志
+ $this->request_log_update($result);
// 如果未设置类型则自动判断
$type = $type ? $type : ($this->request->param(config('var_jsonp_handler')) ? 'jsonp' : $this->responseType);