正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -42,7 +42,7 @@ class GeoQuestionResController extends BaseController | @@ -42,7 +42,7 @@ class GeoQuestionResController extends BaseController | ||
| 42 | $data['type'] = $questionModel->brandType(); | 42 | $data['type'] = $questionModel->brandType(); |
| 43 | $geoPlatformModel = new GeoPlatform(); | 43 | $geoPlatformModel = new GeoPlatform(); |
| 44 | $data['platform'] = $geoPlatformModel->getList(); | 44 | $data['platform'] = $geoPlatformModel->getList(); |
| 45 | - return $this->success($data); | 45 | + return $this->response('success',Code::SUCCESS,$data); |
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | /** | 48 | /** |
-
请 注册 或 登录 后发表评论