浏览代码

update

master
dengbiao 2 个月前
父节点
当前提交
dfab122446
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      app/customer/hdl/hdl_enterprise.go

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


正在加载...
取消
保存