使用404和API

时间:2017-06-02 09:57:11

标签: laravel api http-status-code-404 response

我使用API​​检查凭证代码(如果存在)。如果凭证代码存在,一切都很好,但问题是当我输入错误的代码然后我得到这个:

Client error: `GET https://apidev.example.co.uk/api/v1/vouchers/2869512_1-9FDS` resulted in a `404 Not Found` response:
{
"Code": 1000,
"Description": "Voucher no. is unknown please check and try again or contact Acorne on 0330 111 04 (truncated...)

我在后端有这个代码(laravel php):

$res = json_decode($res->getBody()->getContents(), true);
dd($res);

我如何访问代码1000,并删除此错误屏幕?

更新: 凭证有效时的屏幕和dd($ res); enter image description here

1 个答案:

答案 0 :(得分:1)

也许这会有所帮助https://stackoverflow.com/a/39868378/5844171 看起来try try可能就是你需要的异常