正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
| @@ -90,7 +90,9 @@ class NewsController extends BaseController | @@ -90,7 +90,9 @@ class NewsController extends BaseController | ||
| 90 | ]); | 90 | ]); |
| 91 | $newsLogic->news_edit(); | 91 | $newsLogic->news_edit(); |
| 92 | //TODO::通知网站更新 | 92 | //TODO::通知网站更新 |
| 93 | - $this->projectUrlNotify($this->model); | 93 | + $res = $this->projectUrlNotify($this->model); |
| 94 | + var_dump($res); | ||
| 95 | + die(); | ||
| 94 | $this->response('success'); | 96 | $this->response('success'); |
| 95 | } | 97 | } |
| 96 | 98 |
-
请 注册 或 登录 后发表评论