作者 xwp
1 个管道 的构建 通过 耗费 0 秒

推送调试

@@ -585,7 +585,6 @@ class Course extends Api @@ -585,7 +585,6 @@ class Course extends Api
585 try { 585 try {
586 $template->send($data); 586 $template->send($data);
587 } catch (InvalidResponseException $e) { 587 } catch (InvalidResponseException $e) {
588 - echo json_encode($e->getMessage());  
589 } catch (LocalCacheException $e) { 588 } catch (LocalCacheException $e) {
590 589
591 } 590 }