wfansh před 3 měsíci
rodič
revize
dcc0389a3d

+ 1 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/adweb/api/controller/OpenAPIController.java

@@ -57,7 +57,7 @@ public class OpenAPIController {
         // TODO
         EnquiryPageVO enquiryPage = new EnquiryPageVO();
         enquiryPage.setRecords(Arrays.asList(new EnquiryInfoVO(), new EnquiryInfoVO()));
-        return Result.ok(new EnquiryPageVO());
+        return Result.ok(enquiryPage);
     }
 
     @IgnoreAuth