项目相关接口、图片视频上传
Some checks failed
Tests / PHP 8.2 (push) Has been cancelled
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled

This commit is contained in:
2025-05-06 17:00:02 +08:00
parent cd304275b8
commit 6e963b23b0
2 changed files with 87 additions and 13 deletions

View File

@@ -15,6 +15,6 @@ class ProjectController extends BaseController
$this->service = ProjectService::getInstance();
$this->insertField = [ 'title', 'cover', 'description', 'category_id', 'video_url', 'price', 'front', 'service', 'deploy', 'status'];
$this->updateField = [ 'id', 'title', 'cover', 'description', 'category_id', 'video_url', 'price', 'front', 'service', 'deploy', 'status'];
$this->notRequest = ['features', 'screenshots', 'tags'];
$this->notRequest = ['features', 'screenshots', 'labels', 'preferential_price'];
}
}