正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -320,8 +320,8 @@ class CustomModuleContentLogic extends BaseLogic | @@ -320,8 +320,8 @@ class CustomModuleContentLogic extends BaseLogic | ||
| 320 | { | 320 | { |
| 321 | RouteMap::delRoute(RouteMap::SOURCE_MODULE, $id, $this->user['project_id']); | 321 | RouteMap::delRoute(RouteMap::SOURCE_MODULE, $id, $this->user['project_id']); |
| 322 | //通知 | 322 | //通知 |
| 323 | - $info = $this->model->read(['id' => $id], ['id', 'url']); | ||
| 324 | - $this->curlDelRoute(['route'=>$info['url']]); | 323 | + $info = $this->model->read(['id' => $id], ['id', 'route']); |
| 324 | + $this->curlDelRoute(['route'=>$info['route']]); | ||
| 325 | return $this->success(); | 325 | return $this->success(); |
| 326 | } | 326 | } |
| 327 | } | 327 | } |
-
请 注册 或 登录 后发表评论