作者 lyh

hx

@@ -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 }