|
...
|
...
|
@@ -61,7 +61,7 @@ class CNoticeController extends BaseController |
|
|
|
],[
|
|
|
|
'language.required' => 'language不能为空',
|
|
|
|
]);
|
|
|
|
$project_id_arr = env('PROJECT_ID');
|
|
|
|
$project_id_arr = explode(',',env('PROJECT_ID')) ?? [];
|
|
|
|
if(in_array($this->user['project_id'],$project_id_arr)){
|
|
|
|
$this->response('success');
|
|
|
|
}
|
...
|
...
|
|