Browse Source

update

master
dengbiao 2 months ago
parent
commit
dfab122446
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/customer/hdl/hdl_enterprise.go

+ 2
- 2
app/customer/hdl/hdl_enterprise.go View File

@@ -21,10 +21,10 @@ func EnterpriseList(c *gin.Context) {
return return
} }
if req.Limit == 0 { if req.Limit == 0 {
req.Limit = 10
req.Limit = 100
} }
if req.Page == 0 { if req.Page == 0 {
req.Page = 10
req.Page = 1
} }


platform := c.GetHeader("platform") platform := c.GetHeader("platform")


Loading…
Cancel
Save