正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论