lizhen_gitee 1 рік тому
батько
коміт
44a8ee0fc6
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      application/common/controller/Api.php

+ 4 - 0
application/common/controller/Api.php

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