巡乐会抽奖接口提交.-bug修改
This commit is contained in:
@@ -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)){
|
||||
|
||||
Reference in New Issue
Block a user