兼容修改

This commit is contained in:
张松
2025-08-15 18:00:18 +08:00
parent 9b2261eabe
commit 79c36d8c03
2 changed files with 0 additions and 5 deletions

View File

@@ -53,9 +53,6 @@ class MyExceptionHandle extends ExceptionHandler implements ExceptionHandlerInte
// 非json请求则返回一个页面
return new Response(200, ['Content-Type' => 'application/json'], $exception->getMessage());
}
}