作者 lyh

GXgeo设置

... ... @@ -42,7 +42,7 @@ class GeoQuestionResController extends BaseController
$data['type'] = $questionModel->brandType();
$geoPlatformModel = new GeoPlatform();
$data['platform'] = $geoPlatformModel->getList();
return $this->success($data);
return $this->response('success',Code::SUCCESS,$data);
}
/**
... ...