作者 wangzhi

222

... ... @@ -50,7 +50,6 @@ class Register extends Api
$this->error('您已注册过,请直接登陆', 0);
} else {
$this->CheckCode($param['mobile'], $param['code']);
$this->success('成功', 1);
}
} else {
$model=new \app\common\model\User();
... ...