正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -709,7 +709,7 @@ class BTemplateLogic extends BaseLogic | @@ -709,7 +709,7 @@ class BTemplateLogic extends BaseLogic | ||
| 709 | } | 709 | } |
| 710 | $route = RouteMap::getRoute($type,$source_id,$this->user['project_id']); | 710 | $route = RouteMap::getRoute($type,$source_id,$this->user['project_id']); |
| 711 | $this->addUpdateNotify($type,$route); | 711 | $this->addUpdateNotify($type,$route); |
| 712 | - return $this->curlDelRoute(['route'=>$route,'new_route'=>$route]); | 712 | + return $this->curlDelRoute(['old_route'=>$route,'new_route'=>$route]); |
| 713 | } | 713 | } |
| 714 | 714 | ||
| 715 | /** | 715 | /** |
-
请 注册 或 登录 后发表评论