This commit is contained in:
weiz 2024-05-27 15:35:18 +08:00
parent 175893b729
commit 105142859a
2 changed files with 2 additions and 2 deletions

View File

@ -261,7 +261,7 @@
}
public function check(){
$params = $this->request->post(['id','check','content']);
$params = $this->request->post(['id','check','content','check_node','check_admin_ids']);
if(empty($params['id'])){
return $this->fail('缺少数据主键');
}

View File

@ -461,7 +461,7 @@
}
public function check(){
$params = $this->request->post(['id','check','content']);
$params = $this->request->post(['id','check','content','check_node','check_admin_ids']);
if(empty($params['id'])){
return $this->fail('缺少数据主键');
}