新增request post方法加入 creator_id

This commit is contained in:
JaguarJack 2020-07-04 10:44:39 +08:00
parent 2746d565e4
commit a34d687203

View File

@ -86,6 +86,7 @@ class CatchRequest extends Request
// 设置默认参数
if ($this->needCreatorId) {
$this->param['creator_id'] = $this->user()->id;
$this->post['creator'] = $this->user()->id;
}
return true;