正在显示
1 个修改的文件
包含
0 行增加
和
5 行删除
| @@ -24,11 +24,6 @@ class ProjectGscController extends BaseController | @@ -24,11 +24,6 @@ class ProjectGscController extends BaseController | ||
| 24 | * @time :2023/6/19 11:25 | 24 | * @time :2023/6/19 11:25 |
| 25 | */ | 25 | */ |
| 26 | public function lists(GscLogic $gscLogic){ | 26 | public function lists(GscLogic $gscLogic){ |
| 27 | - $this->request->validate([ | ||
| 28 | - 'project_id'=>'required' | ||
| 29 | - ],[ | ||
| 30 | - 'project_id.required' => '项目ID不能为空' | ||
| 31 | - ]); | ||
| 32 | $lists = $gscLogic->GscLists($this->map,$this->page,$this->row,$this->order); | 27 | $lists = $gscLogic->GscLists($this->map,$this->page,$this->row,$this->order); |
| 33 | $this->response('success',Code::SUCCESS,$lists); | 28 | $this->response('success',Code::SUCCESS,$lists); |
| 34 | } | 29 | } |
-
请 注册 或 登录 后发表评论