系统城装机大师 - 固镇县祥瑞电脑科技销售部宣传站!

当前位置:首页 > 网络编程 > CSS/HTML > 详细页面

前端获取http状态码400的返回值实例

时间:2020-02-04来源:电脑系统城作者:电脑系统城

如下所示:


 
  1. axios.get("/check_mobile_and_sent_code",{withCredentials:true,params:{mobile:formInline.mobile}}).then(res=>{
  2. console.log(res);
  3. //if(res.result==true){
  4. if (!this.timer) {
  5. this.count = this.TIME_COUNT;
  6. this.show = false;
  7. this.timer = setInterval(() => {
  8. if (this.count > 0 && this.count <= this.TIME_COUNT) {
  9. this.count--;
  10. } else {
  11. this.show = true;
  12. clearInterval(this.timer);
  13. this.timer = null;
  14. }
  15. }, 1000)
  16. }
  17. //}
  18. }).catch(error=>{
  19. console.log(error.response.data);
  20. console.log(error.response.status);
  21. console.log(error.response.headers);
  22. console.log('Error', error.message);
  23. console.log(error.config);
  24. })

使用场景:

当后端判断验证的手机号已存在的时候会返回400,这时需要跳到error条件中,得到后台400的返回数据如上。

以下是error.response返回值:

这里如果直接输出error,等于error.message

附状态码为200的返回值:

以上这篇前端获取http状态码400的返回值实例就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持我们。

分享到:

相关信息

系统教程栏目

栏目热门教程

人气教程排行

站长推荐

热门系统下载