作者 lyh

GX生成白帽报表脚本

... ... @@ -58,7 +58,8 @@ class GeoQuestionController extends BaseController
* @time :2025/7/3 10:46
*/
public function getType(){
return $this->logic->getType();
$data = $this->logic->getType();
$this->response('success',Code::SUCCESS,$data);
}
/**
... ...