正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论