前端获取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的返回值实例就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持我们。
上一篇:没有了
栏 目:CSS/HTML
本文标题:前端获取http状态码400的返回值实例
本文地址:https://www.xiuzhanwang.com/a1/CSS_HTML/11484.html
您可能感兴趣的文章
阅读排行
本栏相关
- 04-02html5算法,html5协议
- 04-02html5图形,html5图形缩放
- 04-02html5登录模板,html5登录注册模板
- 04-02html5的例子,HTML示例
- 04-02html5的canvas,html5的canvas的作用
- 04-02关于html5播放视频代码的信息
- 04-02html5chm手册,html操作手册
- 04-02朋友圈html5,朋友圈发泄情绪的句子
- 04-02html5的新特性有哪些,HTML5的新特性有哪
- 04-02html5扫二维码,html5调用手机摄像头扫描
随机阅读
- 01-10delphi制作wav文件的方法
- 01-10使用C语言求解扑克牌的顺子及n个骰子
- 08-05dedecms(织梦)副栏目数量限制代码修改
- 01-10SublimeText编译C开发环境设置
- 01-11ajax实现页面的局部加载
- 04-02jquery与jsp,用jquery
- 01-11Mac OSX 打开原生自带读写NTFS功能(图文
- 08-05DEDE织梦data目录下的sessions文件夹有什
- 01-10C#中split用法实例总结
- 08-05织梦dedecms什么时候用栏目交叉功能?