From f7e2d72369ce036eb456309fccb5b8e4f9e12131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Fri, 5 Sep 2025 16:42:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E4=B9=90=E4=BC=9A=E6=8A=BD=E5=A5=96?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=8F=90=E4=BA=A4.-bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/User.php b/application/api/model/User.php index 44a8783..e3530ef 100644 --- a/application/api/model/User.php +++ b/application/api/model/User.php @@ -557,7 +557,7 @@ class User extends Model //移动相册图片 public function move_album_images($user_id,$id,$album_id){ if(empty($id)){ - return ['code' => 0, 'msg' => '强选择想要移动的图片', 'data' => null]; + return ['code' => 0, 'msg' => '请选择想要移动的图片', 'data' => null]; } if(empty($album_id)){