This commit is contained in:
wangjinlei
2022-03-01 19:08:29 +08:00
parent 7b0edf5da5
commit 413ad160c0
6 changed files with 62 additions and 12 deletions

View File

@@ -48,12 +48,6 @@ class Special extends Controller {
public function register() {
$data = $this->request->post();
// $data['username'] = '123';
// $data['password'] = '123123';
// $data['realname'] = '123';
// $data['phone'] = '12312312312';
// $data['email'] = '123@123.com';
//
//检测是否用户名和密码已经占用
$account = $data['username'];
$email = $data['email'];