전단 에서 http 상태 코드 400 의 반환 값 인 스 턴 스 를 가 져 옵 니 다.

다음 과 같다.

axios.get("/check_mobile_and_sent_code",{withCredentials:true,params:{mobile:formInline.mobile}}).then(res=>{
            console.log(res);
            //if(res.result==true){
              if (!this.timer) {
                this.count = this.TIME_COUNT;
                this.show = false;
                this.timer = setInterval(() => {
                  if (this.count > 0 && this.count <= this.TIME_COUNT) {
                    this.count--;
                  } else {
                    this.show = true;
                    clearInterval(this.timer);
                    this.timer = null;
                  }
                }, 1000)
              }
            //}
          }).catch(error=>{
            console.log(error.response.data);
            console.log(error.response.status);
            console.log(error.response.headers); 
            console.log('Error', error.message);
            console.log(error.config);
          })
사용 필드:
백 엔 드 에서 검 증 된 핸드폰 번호 가 이미 존재 한다 고 판단 할 때 400 으로 되 돌아 갑 니 다.이 때 error 조건 으로 뛰 어가 백 엔 드 400 의 되 돌아 오 는 데 이 터 를 받 아야 합 니 다.
다음은 error.response 반환 값 입 니 다:

여기 서 error 를 직접 출력 하면 error.message 와 같 습 니 다.
부 상태 코드 200 의 반환 값:

이상 의 전단 에서 http 상태 코드 400 을 가 져 온 반환 값 인 스 턴 스 는 바로 작은 편집 이 여러분 에 게 공유 한 모든 내용 입 니 다.참고 가 되 고 저 희 를 많이 사랑 해 주 셨 으 면 좋 겠 습 니 다.

좋은 웹페이지 즐겨찾기