新增模块上传

This commit is contained in:
JaguarJack
2020-07-13 17:06:21 +08:00
parent a5416bd0ad
commit 81e7f78419
3 changed files with 170 additions and 14 deletions

View File

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