20201112
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user