|
|
|
@ -79,7 +79,7 @@ class Index extends BaseController |
|
|
|
public function publishNotice(){ |
|
|
|
$userInfo=$this->userInfo; |
|
|
|
if($userInfo['user_id']!=1){ |
|
|
|
return warning('system.notAuth'); |
|
|
|
return warning(lang('system.notAuth')); |
|
|
|
} |
|
|
|
$param=$this->request->param(); |
|
|
|
$msgId=$param['msgId'] ?? 0; |
|
|
|
|