正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -58,7 +58,8 @@ class GeoQuestionController extends BaseController | @@ -58,7 +58,8 @@ class GeoQuestionController extends BaseController | ||
| 58 | * @time :2025/7/3 10:46 | 58 | * @time :2025/7/3 10:46 |
| 59 | */ | 59 | */ |
| 60 | public function getType(){ | 60 | public function getType(){ |
| 61 | - return $this->logic->getType(); | 61 | + $data = $this->logic->getType(); |
| 62 | + $this->response('success',Code::SUCCESS,$data); | ||
| 62 | } | 63 | } |
| 63 | 64 | ||
| 64 | /** | 65 | /** |
-
请 注册 或 登录 后发表评论