角色相关(列表和下拉框)、用户查询、项目部分API
This commit is contained in:
@@ -64,6 +64,8 @@ class ProjectService extends BaseService
|
|||||||
{
|
{
|
||||||
$params['user_id'] = $this->userId;
|
$params['user_id'] = $this->userId;
|
||||||
$params['author_id'] = $params['author_id']?? $this->userId;
|
$params['author_id'] = $params['author_id']?? $this->userId;
|
||||||
|
// TODO 项目
|
||||||
|
$screenshots = $params['screenshots'];
|
||||||
return $this->insert($params);
|
return $this->insert($params);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user