diff --git a/server/Application/Api/Controller/AdminUserController.class.php b/server/Application/Api/Controller/AdminUserController.class.php index edf0f559c..9e966b8cd 100644 --- a/server/Application/Api/Controller/AdminUserController.class.php +++ b/server/Application/Api/Controller/AdminUserController.class.php @@ -76,7 +76,7 @@ public function addUser(){ $this->checkAdmin(); $username = I("post.username"); $password = I("post.password"); - $uid = I("post.uid"); + $uid = I("post.uid/d"); $name = I("post.name"); if(!$username){ $this->sendError(10101,'用户名不允许为空');