|
...
|
...
|
@@ -46,7 +46,7 @@ class Project5CateController extends BaseController |
|
|
|
}
|
|
|
|
//todo::目前写死
|
|
|
|
$projectInfo['website'] = 'https://devmark.globalso.com/';
|
|
|
|
$action = $project5CateModel->getCateType($this->param['type']);
|
|
|
|
$action = $project5CateModel->getCateTypeAction($this->param['type']);
|
|
|
|
if(empty($action)){
|
|
|
|
$this->response('未知请求',Code::SYSTEM_ERROR);
|
|
|
|
}
|
...
|
...
|
|