From dfab12244655f3eeaed9841568f8b830567d6f08 Mon Sep 17 00:00:00 2001 From: dengbiao Date: Mon, 26 Aug 2024 11:16:10 +0800 Subject: [PATCH] update --- app/customer/hdl/hdl_enterprise.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/customer/hdl/hdl_enterprise.go b/app/customer/hdl/hdl_enterprise.go index 9003599..2298995 100644 --- a/app/customer/hdl/hdl_enterprise.go +++ b/app/customer/hdl/hdl_enterprise.go @@ -21,10 +21,10 @@ func EnterpriseList(c *gin.Context) { return } if req.Limit == 0 { - req.Limit = 10 + req.Limit = 100 } if req.Page == 0 { - req.Page = 10 + req.Page = 1 } platform := c.GetHeader("platform")