作者 李宇航

合并分支 'lyh-server' 到 'master'

变更数据



查看合并请求 !3195
@@ -46,7 +46,7 @@ class Project5CateController extends BaseController @@ -46,7 +46,7 @@ class Project5CateController extends BaseController
46 } 46 }
47 //todo::目前写死 47 //todo::目前写死
48 $projectInfo['website'] = 'https://devmark.globalso.com/'; 48 $projectInfo['website'] = 'https://devmark.globalso.com/';
49 - $action = $project5CateModel->getCateType($this->param['type']); 49 + $action = $project5CateModel->getCateTypeAction($this->param['type']);
50 if(empty($action)){ 50 if(empty($action)){
51 $this->response('未知请求',Code::SYSTEM_ERROR); 51 $this->response('未知请求',Code::SYSTEM_ERROR);
52 } 52 }