|
|
@@ -19,7 +19,6 @@ class AuthController extends PublicController
|
|
|
//登陆并拿到token shish 2019.11.23
|
|
|
public function actionLogin()
|
|
|
{
|
|
|
- httpUtil::getSourceId();die;
|
|
|
$get = Yii::$app->request->get();
|
|
|
$mobile = isset($get['mobile']) ? $get['mobile'] : 0;
|
|
|
if (stringUtil::isMobieNumber($mobile) == false) {
|