* Adjust code for Api doc.

This commit is contained in:
zhujinyong
2021-10-19 11:00:55 +08:00
parent e667a33996
commit 4bb27b624e
13 changed files with 91 additions and 140 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
<?php
/**
* The control file of api of ZenTaoPMS.
*
@@ -350,8 +349,8 @@ class api extends control
*/
public function editLib($id)
{
$doc = $this->doc->getLibById($id);
if(!empty($_POST))
{
$lib = fixer::input('post')->join('groups', ',')->join('users', ',')->get();