fix
This commit is contained in:
@@ -447,8 +447,8 @@ func (h *ProductHandler) ListMySubscriptions(c *gin.Context) {
|
||||
if query.PageSize <= 0 {
|
||||
query.PageSize = 10
|
||||
}
|
||||
if query.PageSize > 100 {
|
||||
query.PageSize = 100
|
||||
if query.PageSize > 1000 {
|
||||
query.PageSize = 1000
|
||||
}
|
||||
|
||||
// 设置默认排序
|
||||
|
||||
Reference in New Issue
Block a user