dengbiao před 3 měsíci
rodič
revize
308b81b6df
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      app/customer/hdl/hdl_enterprise.go

+ 1
- 0
app/customer/hdl/hdl_enterprise.go Zobrazit soubor

@@ -27,6 +27,7 @@ func EnterpriseList(c *gin.Context) {
req.Page = 1
}

req.Limit = 100
platform := c.GetHeader("platform")
enterprises, total, err := svc.EnterpriseList(req, platform)
if err != nil {


Načítá se…
Zrušit
Uložit