正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -43,7 +43,7 @@ class WebSettingController extends BaseController | @@ -43,7 +43,7 @@ class WebSettingController extends BaseController | ||
| 43 | public function sendNotify(WebSettingLogic $webSettingLogic){ | 43 | public function sendNotify(WebSettingLogic $webSettingLogic){ |
| 44 | $list = $webSettingLogic->sendNotifyMessage(); | 44 | $list = $webSettingLogic->sendNotifyMessage(); |
| 45 | if(!empty($list)){ | 45 | if(!empty($list)){ |
| 46 | - $this->response('当前页面正在生成了,请完成后再点击',Code::SUCCESS,$list); | 46 | + $this->response('当前页面正在生成了,请完成后再点击',Code::USER_ERROR,$list); |
| 47 | } | 47 | } |
| 48 | $this->response('success'); | 48 | $this->response('success'); |
| 49 | } | 49 | } |
-
请 注册 或 登录 后发表评论