This commit is contained in:
2025-11-29 15:31:17 +08:00
14 changed files with 819 additions and 12 deletions

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