if($code!=200){
$user=new UserAuth();
$user->mobile=$register['mobile'];
$user->password=md5($register['password']);
$user->username=$register['username'];
$authKey=$this->getRandChar(5);
$user->authKey=$authKey;
$user->accessToken=md5($authKey);
//yii2 错误提示
if (!$user->hasErrors() && $user->save()) {
JsonLib::show(1105,'用户注册成功');
} else {
print_r($user->getErrors());//打印错误
exit();
}
}else{
JsonLib::show(1204,'验证码不正确');
}
相关文章
- 开启Ubuntu php错误提示 ZT
- nginx显示静态html爆502 bad gateway的错误提示
- 登陆Oracle,报oracle initializationg or shutdown in progress 错误提示
- asp IIS部署An error occurred on the server when processing the URL错误提示解决
- win10远程桌面连接提示身份验证错误,要求的函数不受支持的解决方案
- ssh登录服务器提示错误no hostkey alg
- 使用django建博客时遇到的URLcon相关错误以及解决方法。错误提示:类型错误:include0获得一个意外的关键参数app_name
- 关于源码编译每次提示有错误 要make update-api
- SQL2012 附加数据库提示5120错误解决方法
- 关于js效果不提示就执行了刷新(解决 在h-ui框架中)