Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Jan 25, 2022
1 parent 409c8a1 commit 2b34e26
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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,'用户名不允许为空');
Expand Down

0 comments on commit 2b34e26

Please sign in to comment.