项目相关接口、图片视频上传
This commit is contained in:
@@ -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'];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user