From 341cd8ccf3cca271541077e45b13d89d3fcd1173 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 29 三月 2024 10:07:14 +0800
Subject: [PATCH] fix

---
 api/v1/test/product.go |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/v1/test/product.go b/api/v1/test/product.go
index a76b4fe..b4b06ce 100644
--- a/api/v1/test/product.go
+++ b/api/v1/test/product.go
@@ -200,8 +200,8 @@
 	response.OkWithDetailed(response.PageResult{
 		List:     list,
 		Total:    total,
-		Page:     pageInfo.Page,
-		PageSize: pageInfo.PageSize,
+		Page:     params.Page,
+		PageSize: params.PageSize,
 	}, "鑾峰彇鎴愬姛", c)
 }
 

--
Gitblit v1.8.0