This commit is contained in:
2020-09-21 08:15:51 +08:00
parent 539afccbc7
commit d2593d1c87
8 changed files with 20 additions and 22 deletions

View File

@ -376,7 +376,7 @@ function WSTCheckLoginKey($val,$userId = 0){
$dbo->where("userId", "<>", $userId);
}
if($dbo->find()){
return WSTReturn("对不起,登录账号已存在");
return WSTReturn("友情提示:您好:该用户名已注册");
}
return WSTReturn("该登录账号可用",1);