validated(); // 获取并发送验证码 $this->verifyCodeService->do($params['user_id'], $params['tel']); return $this->success([]); } }