正在显示
1 个修改的文件
包含
0 行增加
和
5 行删除
| @@ -277,11 +277,6 @@ class ProjectController extends BaseController | @@ -277,11 +277,6 @@ class ProjectController extends BaseController | ||
| 277 | * @time :2023/8/14 10:23 | 277 | * @time :2023/8/14 10:23 |
| 278 | */ | 278 | */ |
| 279 | public function getServiceConfig(){ | 279 | public function getServiceConfig(){ |
| 280 | - $this->request->validate([ | ||
| 281 | - 'type'=>'required', | ||
| 282 | - ],[ | ||
| 283 | - 'type.required' => '请选择审核类型' | ||
| 284 | - ]); | ||
| 285 | $serviceConfigModel = new ServerConfig(); | 280 | $serviceConfigModel = new ServerConfig(); |
| 286 | $list = $serviceConfigModel->list($this->param); | 281 | $list = $serviceConfigModel->list($this->param); |
| 287 | $this->response('success',Code::SUCCESS,$list); | 282 | $this->response('success',Code::SUCCESS,$list); |
-
请 注册 或 登录 后发表评论