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