@@ -40,7 +40,7 @@ class TokenValidExceptionHandler extends ExceptionHandler
// 阻止异常冒泡
$this->stopPropagation();
- return $response->withStatus(500)->withBody(new SwooleStream($data));
+ return $response->withBody(new SwooleStream($data));
}
// 交给下一个异常处理器