소스 검색

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


불러오는 중...
취소
저장