From 257cd58224f9a8b84398cab0eb5f13b252c15058 Mon Sep 17 00:00:00 2001 From: hdm Date: Mon, 27 Feb 2023 09:36:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=A4=B1=E8=AF=AF=EF=BC=8C?= =?UTF-8?q?=E5=B0=91=E5=86=99=E4=BA=86=E4=B8=AA$?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/controller/Index.php b/app/api/controller/Index.php index 589f952..5078e7b 100644 --- a/app/api/controller/Index.php +++ b/app/api/controller/Index.php @@ -83,7 +83,7 @@ class Index extends BaseController $data['action'] = app('request')->action(); $data['uploadip'] = app('request')->ip(); $data['create_time'] = time(); - $data['user_id'] = this->uid; + $data['user_id'] = $this->uid; if ($data['module'] = 'admin') { //通过后台上传的文件直接审核通过 $data['status'] = 1;