作者 lyh

gx

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