作者 lyh

gx

... ... @@ -78,7 +78,7 @@ class CustomTemplateLogic extends BaseLogic
'type'=>RouteMap::SOURCE_PAGE,
'route'=>$this->param['url'],
];
updateNotify($this->user['domain'],$data);
$this->updateNotify($data);
return $this->success();
}
... ...