作者 lyh

GX生成白帽报表脚本

@@ -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 /**