This commit is contained in:
2025-11-29 14:28:16 +08:00
parent c404e797f3
commit b90935a7c3

View File

@@ -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
}
// 设置默认排序