|
...
|
...
|
@@ -277,11 +277,6 @@ class ProjectController extends BaseController |
|
|
|
* @time :2023/8/14 10:23
|
|
|
|
*/
|
|
|
|
public function getServiceConfig(){
|
|
|
|
$this->request->validate([
|
|
|
|
'type'=>'required',
|
|
|
|
],[
|
|
|
|
'type.required' => '请选择审核类型'
|
|
|
|
]);
|
|
|
|
$serviceConfigModel = new ServerConfig();
|
|
|
|
$list = $serviceConfigModel->list($this->param);
|
|
|
|
$this->response('success',Code::SUCCESS,$list);
|
...
|
...
|
|