dsflxcfuw27742248 2018-11-30 05:34
浏览 130
已采纳

Laravel - React,强制Axios拒绝/捕获

I have a Laravel API which sends the current user either a JSON UserObject(if Logged on) or None/blank result(if no current User).

The frontend is React with axios to get data from API.

        Axios.get('/api/user/current')
        .then((response) => {
        })
        .catch((error)=>{
            alert('Login Failed '+ error);
        }); 

since Axios is a promise, it will either resolve or reject.

If I send a blank value in API, it will still consider as resolve. How can I force the axios to reject if there is no current user in API.

I can have if..else in the response callback to distingush between a user and a guest, but I just wanna know if its possible to force a catch.

  • 写回答

2条回答 默认 最新

      报告相同问题?

      相关推荐 更多相似问题

      悬赏问题

      • ¥15 fluent计算后处理中如何把质量分数和摩尔分数转化为体积分数
      • ¥20 asn1c编码问题,懂asn1的人很简单
      • ¥15 使用vs2019开发的动态链路库在win7环境下使用有问题
      • ¥30 quartus prime画电路图,要发源文件和电路图每个模块批注,源程序和仿真结果
      • ¥15 MFC滚动条如何正确使用
      • ¥15 缓冲区算法求面积,基于文献
      • ¥50 电路PCB原理图设计AD19
      • ¥15 openstack 云平台搭建 创建实例错误
      • ¥15 联想笔记本网页加载突然出了问题不知道什么原因
      • ¥30 python猜单词小游戏改错 简单!!急!