shish 6 лет назад
Родитель
Сommit
c8b84c0abb
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      app/www/controllers/ApplyController.php

+ 3 - 2
app/www/controllers/ApplyController.php

@@ -80,11 +80,12 @@ class ApplyController extends BaseController
 		$out = ['region' => $regionTree, 'txMapKey' => $mapKey];
 		$out = ['region' => $regionTree, 'txMapKey' => $mapKey];
 		util::success($out);
 		util::success($out);
 	}
 	}
-
+	
 	//获取申请的验证码 shish 2020.2.23
 	//获取申请的验证码 shish 2020.2.23
 	public function actionGetValidateCode()
 	public function actionGetValidateCode()
 	{
 	{
+		$mobile = Yii::$app->request->get('mobile');
 		util::success(['code' => rand(1111, 9999)]);
 		util::success(['code' => rand(1111, 9999)]);
 	}
 	}
-
+	
 }
 }