Skip to content

Commit 2b34e26

Browse files
committed
bug
1 parent 409c8a1 commit 2b34e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: server/Application/Api/Controller/AdminUserController.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function addUser(){
7676
$this->checkAdmin();
7777
$username = I("post.username");
7878
$password = I("post.password");
79-
$uid = I("post.uid");
79+
$uid = I("post.uid/d");
8080
$name = I("post.name");
8181
if(!$username){
8282
$this->sendError(10101,'用户名不允许为空');

0 commit comments

Comments
 (0)