Ver Fonte

添加客户

shish há 6 anos atrás
pai
commit
4aadad8d69
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      app/business/controllers/UserController.php

+ 1 - 0
app/business/controllers/UserController.php

@@ -78,6 +78,7 @@ class UserController extends BaseController
 	public function actionAdd()
 	{
 		$post = Yii::$app->request->post();
+		dd($post);
 		if ($post['mobile'] != $post['confirmMobile']) {
 			util::fail('二次输入手机号不一样');
 		}