作者 刘朕
1 个管道 的构建 通过 耗费 1 秒

合并分支 'Branch_liuzhen' 到 'master'

社区公告发布调试



查看合并请求 !259
... ... @@ -402,6 +402,8 @@ class HouseAdmin extends Api
->where('house_id',$post['house_id'])
->count();
$count >= 2 && $this->error('本周发布次数已用完');
$images = $this->request->param('images/a');
$post['images'] = implode(',',$images);
(new HouseBoard)->allowField(true)->save(array_merge([
'admin_user_id' => $this->auth->id
],$post));
... ...