新增request post方法加入 creator_id
This commit is contained in:
parent
2746d565e4
commit
a34d687203
@ -86,6 +86,7 @@ class CatchRequest extends Request
|
|||||||
// 设置默认参数
|
// 设置默认参数
|
||||||
if ($this->needCreatorId) {
|
if ($this->needCreatorId) {
|
||||||
$this->param['creator_id'] = $this->user()->id;
|
$this->param['creator_id'] = $this->user()->id;
|
||||||
|
$this->post['creator'] = $this->user()->id;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user