|
...
|
...
|
@@ -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);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
...
|
...
|
|