update:更新部分组件
This commit is contained in:
@@ -86,7 +86,7 @@ class CatchRequest extends Request
|
||||
// 设置默认参数
|
||||
if ($this->needCreatorId) {
|
||||
$this->param['creator_id'] = $this->user()->id;
|
||||
$this->post['creator'] = $this->user()->id;
|
||||
$this->post['creator_id'] = $this->user()->id;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user