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")