区经理创建业务员
This commit is contained in:
@@ -289,7 +289,7 @@ class LoginController extends BaseAdminController
|
||||
{
|
||||
$post = Yii::$app->request->post();
|
||||
|
||||
$post['mobile'] = ase_decode($post['mobile']);
|
||||
// $post['mobile'] = ase_decode($post['mobile']);
|
||||
$model = new RegisterForm();
|
||||
$model->attributes = $post;
|
||||
return $model->register();
|
||||
|
||||
Reference in New Issue
Block a user