ソースを参照

update

master
dengbiao 3ヶ月前
コミット
308b81b6df
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      app/customer/hdl/hdl_enterprise.go

+ 1
- 0
app/customer/hdl/hdl_enterprise.go ファイルの表示

@@ -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 {


読み込み中…
キャンセル
保存