|
...
|
...
|
@@ -43,7 +43,7 @@ class WebSettingController extends BaseController |
|
|
|
public function sendNotify(WebSettingLogic $webSettingLogic){
|
|
|
|
$list = $webSettingLogic->sendNotifyMessage();
|
|
|
|
if(!empty($list)){
|
|
|
|
$this->response('当前页面正在生成了,请完成后再点击',Code::SUCCESS,$list);
|
|
|
|
$this->response('当前页面正在生成了,请完成后再点击',Code::USER_ERROR,$list);
|
|
|
|
}
|
|
|
|
$this->response('success');
|
|
|
|
}
|
...
|
...
|
|