作者 lyh

gx

... ... @@ -378,7 +378,8 @@ class BTemplateLogic extends BaseLogic
$route = 'all';
}
}
return $this->addUpdateNotify($type,$route);
$this->addUpdateNotify($type,$route);
return $this->curlDelRoute($route);
}
/**
... ...
... ... @@ -113,6 +113,7 @@ class CustomTemplateLogic extends BaseLogic
}
//通知
$this->addUpdateNotify(RouteMap::SOURCE_PAGE,$info['url']);
$this->curlDelRoute($info['url']);
return $this->success();
}
... ...