fix
This commit is contained in:
parent
99bd3592af
commit
37078d5772
|
@ -45,7 +45,7 @@ func (l *GetProductListLogic) GetProductList(req *types.GetProductListReq, useri
|
|||
}
|
||||
return resp.SetStatusWithMessage(basic.CodeOK, "success", demo)
|
||||
}
|
||||
if req.Page <= 0 && req.Page > 10000 {
|
||||
if req.Page <= 0{
|
||||
req.Page = constants.DEFAULT_PAGE
|
||||
}
|
||||
//获取合适尺寸
|
||||
|
|
Loading…
Reference in New Issue
Block a user