正在显示
2 个修改的文件
包含
3 行增加
和
1 行删除
| @@ -378,7 +378,8 @@ class BTemplateLogic extends BaseLogic | @@ -378,7 +378,8 @@ class BTemplateLogic extends BaseLogic | ||
| 378 | $route = 'all'; | 378 | $route = 'all'; |
| 379 | } | 379 | } |
| 380 | } | 380 | } |
| 381 | - return $this->addUpdateNotify($type,$route); | 381 | + $this->addUpdateNotify($type,$route); |
| 382 | + return $this->curlDelRoute($route); | ||
| 382 | } | 383 | } |
| 383 | 384 | ||
| 384 | /** | 385 | /** |
| @@ -113,6 +113,7 @@ class CustomTemplateLogic extends BaseLogic | @@ -113,6 +113,7 @@ class CustomTemplateLogic extends BaseLogic | ||
| 113 | } | 113 | } |
| 114 | //通知 | 114 | //通知 |
| 115 | $this->addUpdateNotify(RouteMap::SOURCE_PAGE,$info['url']); | 115 | $this->addUpdateNotify(RouteMap::SOURCE_PAGE,$info['url']); |
| 116 | + $this->curlDelRoute($info['url']); | ||
| 116 | return $this->success(); | 117 | return $this->success(); |
| 117 | } | 118 | } |
| 118 | 119 |
-
请 注册 或 登录 后发表评论