update:更新部分组件

This commit is contained in:
JaguarJack
2020-09-08 14:10:27 +08:00
parent 3fb55deaaf
commit 3a2689db18
6 changed files with 87 additions and 30 deletions

View File

@@ -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;