我使用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,并删除此错误屏幕?