TP6 post提交500空白返回

80 阅读1分钟

明明开启了AppService

return $this->app->debug();

为什么我们post提交报错预览显示的是空白呢?我也不知道,谁告诉我下

不过可以在代码上加


try {
    代码块
}catch (Exception $ex){
    dump($e)
}

这样也能看到